Developer(s) | Apache Software Foundation | ||||
---|---|---|---|---|---|
Initial release | 15 April 2014 | ||||
Stable release |
| ||||
Repository | Phoenix Repository | ||||
Written in | Java, SQL | ||||
Operating system | Cross-platform | ||||
Type | SQL database | ||||
License | Apache License 2.0 | ||||
Website | phoenix |
Apache Phoenix is an open source, massively parallel, relational database engine supporting OLTP for Hadoop using Apache HBase as its backing store. Phoenix provides a JDBC driver that hides the intricacies of the NoSQL store enabling users to create, delete, and alter SQL tables, views, indexes, and sequences; insert and delete rows singly and in bulk; and query data through SQL.[1] Phoenix compiles queries and other statements into native NoSQL store APIs rather than using MapReduce enabling the building of low latency applications on top of NoSQL stores.[2]