Difference between revisions of "Apache Phoenix"

From air
Jump to navigation Jump to search
(Created page with "https://phoenix.apache.org/ Apache Phoenix enables OLTP and operational analytics in Hadoop for low latency applications by combining the best of both worlds: * the power of ...")
 
 
Line 6: Line 6:
   
 
Apache Phoenix is fully integrated with other Hadoop products such as Spark, Hive, Pig, Flume, and Map Reduce.
 
Apache Phoenix is fully integrated with other Hadoop products such as Spark, Hive, Pig, Flume, and Map Reduce.
  +
  +
=Getting Started=
  +
* https://dzone.com/articles/apache-phoenix-sql-driver

Latest revision as of 21:48, 31 July 2016

https://phoenix.apache.org/

Apache Phoenix enables OLTP and operational analytics in Hadoop for low latency applications by combining the best of both worlds:

  • the power of standard SQL and JDBC APIs with full ACID transaction capabilities and
  • the flexibility of late-bound, schema-on-read capabilities from the NoSQL world by leveraging HBase as its backing store

Apache Phoenix is fully integrated with other Hadoop products such as Spark, Hive, Pig, Flume, and Map Reduce.

Getting Started