What is "apache-phoenix"

Apache Phoenix is a massively parallel open-source relational database engine that supports OLTP for Hadoop using Apache Hbase as support storage. Phoenix provides a JDBC driver that hides the intricacies of SQL storage, allowing users to create, delete, and change tables, views, indexes, and SQL sequences; insert and delete rows individually and in bulk; and query data through SQL.