Add calcite (#855)

This commit is contained in:
Roman S.A
2020-07-19 11:46:51 +03:00
committed by GitHub
parent b289eb9bae
commit a5a3861a20

View File

@ -245,6 +245,7 @@ _Efficient and specific data structures._
_Everything that simplifies interactions with the database._ _Everything that simplifies interactions with the database._
- [Apache Calcite](https://calcite.apache.org) - Dynamic data management framework. It contains many of the pieces that comprise a typical database management system.
- [Apache Drill](https://drill.apache.org) - Distributed, schema on-the-fly, ANSI SQL query engine for Big Data exploration. - [Apache Drill](https://drill.apache.org) - Distributed, schema on-the-fly, ANSI SQL query engine for Big Data exploration.
- [Apache Phoenix](https://phoenix.apache.org) - High-performance relational database layer over HBase for low-latency applications. - [Apache Phoenix](https://phoenix.apache.org) - High-performance relational database layer over HBase for low-latency applications.
- [AranoDB](https://github.com/arangodb/arangodb-java-driver) - ArangoDB Java driver. - [AranoDB](https://github.com/arangodb/arangodb-java-driver) - ArangoDB Java driver.