stackabletech / stackabletech/cockpit

Trino Visual Query Builder

Open
#295 0 comments 0 reactions 2 assignees View on GitHub

@dklOrdix is already working on this.

Since Aug 26, 2026.

Dominant language
TypeScript
Stars
1
Forks
0
Avg merge
22h 6m
Merged PRs (30d)
12

Description

The Trino part of this application should get a second tab in which the user can create a query visually instead of needing to type in the correct syntax into the query editor. The design follows the pattern of SvelteFlow with a likeness of ER-diagrams but because there are no foreign keys in Trino, we can't actually display connections automatically between tables.

  • The user should be able to add nodes which are connected by edges going from specific columns into a node (e.g. WHERE, ORDER BY, JOIN etc.).
  • The user should be able to save and load queries.
  • The user should see the actual query being built in real time.
  • For easier access, a simplified inline notation is used to quickly add clauses right under a column via right click.
  • Because of the complexity, only one query is allowed to be assembled at a time. This allows us to avoid adding a SELECT node by moving the selected columns to checkboxes near the individual columns.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.