tree: bd439e4c51e3bbc6de523448cac55c6539ca8dc8 [path history] [tgz]
  1. .github/
  2. .idea/
  3. babel/
  4. bom/
  5. buildSrc/
  6. cassandra/
  7. core/
  8. druid/
  9. elasticsearch/
  10. example/
  11. file/
  12. geode/
  13. gradle/
  14. kafka/
  15. linq4j/
  16. mongodb/
  17. pig/
  18. piglet/
  19. plus/
  20. redis/
  21. release/
  22. server/
  23. site/
  24. spark/
  25. splunk/
  26. src/
  27. ubenchmark/
  28. .asf.yaml
  29. .editorconfig
  30. .gitattributes
  31. .gitignore
  32. .ratignore
  33. .travis.yml
  34. appveyor.yml
  35. build.gradle.kts
  36. gradle.properties
  37. gradlew
  38. gradlew.bat
  39. LICENSE
  40. NOTICE
  41. README
  42. README.md
  43. settings.gradle.kts
  44. sqlline
  45. sqlline.bat
  46. sqlsh
  47. sqlsh.bat
README.md

Maven Central Travis Build Status CI 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.