Skip to content

vvysotskyi/drill-calcite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac1f39a · Jul 11, 2022
Oct 25, 2018
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022
Jul 12, 2021
Jul 11, 2022
Jul 11, 2022
Mar 15, 2019
Jul 11, 2022
Mar 2, 2014
Sep 25, 2019
Mar 29, 2019
Mar 7, 2016
Jan 26, 2019
Sep 24, 2019
Sep 24, 2019
Sep 11, 2018
Sep 9, 2018
Sep 9, 2018
Jul 11, 2022
Oct 26, 2019
Oct 26, 2019
May 2, 2018

Repository files navigation

Travis Build Status AppVeyor Build Status

Apache Calcite

Apache Calcite is a dynamic data management framework.

It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.

For more details, see the home page.