sparsecode / DaFlow

Apache-Spark based Data Flow(ETL) Framework which supports multiple read, write destinations of different types and also support multiple categories of transformation rules.
Other
26 stars 13 forks source link

Explore Apache calcite for sql parsing use-case in transformation rules. #1

Open abhioncbr opened 6 years ago

abhioncbr commented 6 years ago

Apache Calcite library is a basic library used in SQL analysis and parsing in almost all SQL-based big data project. Explore the project from usage perspective in ETL-framework.