Category : Apache Phoenix

Introduction Apache Phoenix provides an SQL interface to HBase. It’s like an SQL layer on top of HBase architecture. In this tutorial, we are going to walk you through the development of a Apache Phoenix client application in Java. Phoenix enables developers to use standard SQL and JDBC APIs by leveraging HBase as its backing store. Although there are quite ..

Read more