efromvt
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
SQL-first analytic IDE; similar to Redash/Metabase. Aims to solve reuse/composability at the code layer with modified syntax, Trilogy, that includes a semantic layer directly in the SQL-like language. Status:…
-
DuckDB/Bigquery/Snowflake as backends. Based around Trilogy, a modified SQL syntax with embedded semantic binding layer for query resolution. Supports adhoc querying and visualization. Optionally AI accelerated. (BYO…
- Show HN: Trilogy – A Reusable, Composable SQL Experiment (trilogydata.dev)
Recipe: Add a semantic layer to SQL; use it drop the requirement for joins/group_by; add in type-checking and a lightweight python-esque import syntax to enable reuse and hierarchical querying. Trilogy is intended to…
-
An open-source language implemented in Python that replaces the FROM/JOINs in SQL with a lightweight semantic layer and compiles to SQL against supported backends. Key features are: Reusability - semantic layer supports…