This commit is contained in:
Kristoffer Sjogren
2015-04-21 22:13:50 +02:00
parent 6969ef1e6d
commit 4f5f850fe4

View File

@ -8,6 +8,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
- [Compiler-compiler](#compiler-compiler) - [Compiler-compiler](#compiler-compiler)
- [Continuous Integration](#continuous-integration) - [Continuous Integration](#continuous-integration)
- [Database](#database) - [Database](#database)
- [Data structures](#data-structures)
- [Date and Time](#date-and-time) - [Date and Time](#date-and-time)
- [Dependency Injection](#dependency-injection) - [Dependency Injection](#dependency-injection)
- [Development](#development) - [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. * [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. * [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 ## Date and Time
*Libraries related to date and time.* *Libraries related to date and time.*