From 34ed964a52ecf00491b5dc3d2157176b687d489e Mon Sep 17 00:00:00 2001 From: Prasanth Jayachandran Date: Mon, 23 Nov 2015 05:28:06 -0600 Subject: [PATCH 1/2] 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. From 2e53606ee7b864a60b1f916920ca8f1a200f5296 Mon Sep 17 00:00:00 2001 From: Prasanth Jayachandran Date: Mon, 23 Nov 2015 06:08:49 -0600 Subject: [PATCH 2/2] Add Apache Orc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fc0113..d6e7d94 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ A curated list of awesome Java frameworks, libraries and software. *Efficient and specific data structures.* +* [Apache Orc](https://orc.apache.org/) - Fast and efficient columnar storage format for hadoop based workloads. * [Apache Parquet](http://parquet.apache.org/) - Columnar storage format based on assembly algorithms from the Dremel paper by Google. * [Protobuf](https://github.com/google/protobuf) - Google's data interchange format. * [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around.