|
|
|
|
|
by madebyherzblut
1518 days ago
|
|
Slightly off-topic, but I appreciate any pointers: In a project, I want to offer an SQL interface for data analysts similar to Stripe Sigma[1]. The tricky thing is not to parse the query but to map the public schema to the private schema, add authorization, and distribute the query across data stores. So, I am looking for a customizable query parser, planner, and execution engine. I briefly looked into Apache Calcite and DataFusion[2], but I am unsure if I am on the right track. If someone has any ideas about where to look, please let me know. [1] https://stripe.com/en-gb/sigma
[2] https://github.com/apache/arrow-datafusion |
|