Merge pull request #125 from deephacks/parquet

parquet
This commit is contained in:
Andreas Kull
2015-04-26 19:54:37 +02:00

View File

@ -9,6 +9,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)
@ -108,6 +109,10 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.
* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries for Java.
## 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 handling date and time.*