Apache Phoenix

Apache Phoenix
Developer(s)Apache Software Foundation
Initial release15 April 2014; 10 years ago (2014-04-15)
Stable release
4.x4.16.1 / 22 May 2021; 3 years ago (2021-05-22)
5.x5.1.3 / 30 December 2022; 21 months ago (2022-12-30)
RepositoryPhoenix Repository
Written inJava, SQL
Operating systemCross-platform
TypeSQL database
LicenseApache License 2.0
Websitephoenix.apache.org

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]