Apache Calcite is a data management framework. Not to be confused with Apache (HTTP Server).
Apache Calcite is a data management framework. It has an implementation of relational algebra, an extensible cost-based optimizer, and an optional SQL parser and JDBC driver.
Calcite is used by Apache Hive and Apache Drill as their query optimizers, and you can use it as a framework to build your own data engine.
Calcite was previously known as Optiq.