Skip to content

Commit 4f5f850

Browse files
committed
parquet
1 parent 6969ef1 commit 4f5f850

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
88
- [Compiler-compiler](#compiler-compiler)
99
- [Continuous Integration](#continuous-integration)
1010
- [Database](#database)
11+
- [Data structures](#data-structures)
1112
- [Date and Time](#date-and-time)
1213
- [Dependency Injection](#dependency-injection)
1314
- [Development](#development)
@@ -87,6 +88,10 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
8788
* [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded.
8889
* [presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.
8990

91+
## Data structures
92+
93+
* [Apache Parquet](https://parquet.incubator.apache.org/) - A columnar storage format based on assembly algorithms from the Dremel paper by Google.
94+
9095
## Date and Time
9196

9297
*Libraries related to date and time.*

0 commit comments

Comments
 (0)