nice, that's great to hear! The plan is to push towards being the best TypeScript semantic layer for ClickHouse apps. The big gaps I’m focused on are governance, contract snapshots/diffs, relationship-aware queries, richer metrics/time semantics, BI/GraphQL connectivity and better generated tooling.
The biggest hurdle is that it’s still a young library sitting in the core read path for production analytics. That naturally requires early adopters who believe in the direction, are willing to use in real systems, and can be patient whilst gaps are closed.
The base is solid though: the underlying query builder has 10k+ weekly downloads and production usage. The newer surface is the semantic layer itself.
I used this for a POC analytics dashboard for a client recently.
Very very good, nice work.
What are your plans for the library?
nice, that's great to hear! The plan is to push towards being the best TypeScript semantic layer for ClickHouse apps. The big gaps I’m focused on are governance, contract snapshots/diffs, relationship-aware queries, richer metrics/time semantics, BI/GraphQL connectivity and better generated tooling.
hardest part getting teams to trust it in production. What is the biggest adoption hurdle for early users?
The biggest hurdle is that it’s still a young library sitting in the core read path for production analytics. That naturally requires early adopters who believe in the direction, are willing to use in real systems, and can be patient whilst gaps are closed.
The base is solid though: the underlying query builder has 10k+ weekly downloads and production usage. The newer surface is the semantic layer itself.
just tried it out, it's epic!
thanks!