- SignalDesk2026-09-09
Hello HN,<p>I made a TypeScript library for querying in-memory JS data. Originally, the goal was to have a more modular and lightweight alternative to AlaSQL, but then I was asked to include support for SQL/XML, which I personally find way too verbose. So I got to thinking, remembered Virtuoso's combined SQL and SPARQL queries and extrapolated from there.<p>The resulting engine consists of a shared core that provides the optimizer, query infrastructure etc., and separate languages that can be added as plugins. The way this is implemented is that the languages are translated into a common algebra. Thanks to that, you can mix multiple languages in a single query - imagine you need to process some tabular data, but for each row you want to extract information from a deep tree-like s
- 情报分类:技术价值
- 命中依据:TS查询库,开发实用工具
- 来源:Hacker News 新项目
- 原作者:jeeza
- 发布时间:2026/9/9 20:54:21
- 暂无回复