EvgSkv / logica

Logica is a logic programming language that compiles to SQL. It runs on Google BigQuery, PostgreSQL and SQLite.
https://logica.dev
Apache License 2.0
1.7k stars 89 forks source link

Support SparkSQL #46

Open trusch opened 3 years ago

trusch commented 3 years ago

Spark support would be really nice since it would allow to process big datasets on on-premise deployments.

EvgSkv commented 3 years ago

I've added basic support for Presto and Trino, which could in turn run on Spark. If you have a chance to try, let me know your experience.

I'll need to find help to support SparkSQL directly.