efromvt

↗ HN profile [ 66.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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:…

  2. 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…

  3. 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…

  4. 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…