Add Apache Hive to Database

This commit is contained in:
Prasanth Jayachandran
2015-11-23 05:28:06 -06:00
parent a24a41fc85
commit 34ed964a52

View File

@ -165,6 +165,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Everything which simplifies interactions with the database.*
* [Apache Hive] (https://hive.apache.org/) - Data warehouse infrastructure built on top of Hadoop.
* [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications.
* [Crate](https://crate.io/) - Distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster.
* [Flyway](http://flywaydb.org/) - Simple database migration tool.