From 34ed964a52ecf00491b5dc3d2157176b687d489e Mon Sep 17 00:00:00 2001 From: Prasanth Jayachandran Date: Mon, 23 Nov 2015 05:28:06 -0600 Subject: [PATCH] Add Apache Hive to Database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6845473..1fc0113 100644 --- a/README.md +++ b/README.md @@ -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.