Site: Move "Fast federated SQL with Apache Calcite" in talks section and add video link
1 file changed
tree: 1d586a47358751ff9c2d647e8a27764be92bfe7c
  1. .github/
  2. babel/
  3. bom/
  4. buildSrc/
  5. cassandra/
  6. core/
  7. druid/
  8. elasticsearch/
  9. example/
  10. file/
  11. geode/
  12. gradle/
  13. kafka/
  14. linq4j/
  15. mongodb/
  16. pig/
  17. piglet/
  18. plus/
  19. release/
  20. server/
  21. site/
  22. spark/
  23. splunk/
  24. src/
  25. ubenchmark/
  26. .editorconfig
  27. .gitattributes
  28. .gitignore
  29. .ratignore
  30. .travis.yml
  31. appveyor.yml
  32. build.gradle.kts
  33. gradle.properties
  34. gradlew
  35. gradlew.bat
  36. LICENSE
  37. NOTICE
  38. README
  39. README.md
  40. settings.gradle.kts
  41. sqlline
  42. sqlline.bat
  43. sqlsh
  44. sqlsh.bat
README.md

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.