From 4f5f850fe44d846f43fb3fb3dd0125da84e75da9 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Tue, 21 Apr 2015 22:13:50 +0200 Subject: [PATCH] parquet --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9dac17d..52d9f2d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Compiler-compiler](#compiler-compiler) - [Continuous Integration](#continuous-integration) - [Database](#database) + - [Data structures](#data-structures) - [Date and Time](#date-and-time) - [Dependency Injection](#dependency-injection) - [Development](#development) @@ -87,6 +88,10 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded. * [presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. +## Data structures + +* [Apache Parquet](https://parquet.incubator.apache.org/) - A columnar storage format based on assembly algorithms from the Dremel paper by Google. + ## Date and Time *Libraries related to date and time.*