Phoenix Guide

Apache Phoenix is an add-on for Apache HBase that provides a programmatic ANSI SQL interface. Apache Phoenix implements best-practice optimizations to enable software engineers to develop HBase based next-generation applications that operationalize big data. Using Phoenix, you can create and interact with tables in the form of typical DDL/DML statements using the Phoenix standard JDBC API.

This Phoenix documentation focuses on interoperability with HBase. For more information about Apache Phoenix, see https://phoenix.apache.org/index.html.