Add druid

This commit is contained in:
Andreas Kull
2018-05-31 12:20:47 +02:00
parent 7456fba0b4
commit 88ef7ddb4e

View File

@ -212,6 +212,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Apache Phoenix](https://phoenix.apache.org/) - High-performance relational database layer over HBase for low-latency applications. * [Apache Phoenix](https://phoenix.apache.org/) - High-performance relational database layer over HBase for low-latency applications.
* [Chronicle Map](https://github.com/OpenHFT/Chronicle-Map) - Efficient, in-memory (opt. persisted to disk), off-heap key-value store. * [Chronicle Map](https://github.com/OpenHFT/Chronicle-Map) - Efficient, in-memory (opt. persisted to disk), off-heap key-value store.
* [druid](http://druid.io/) - High-performance, column-oriented, distributed data store.
* [eXist](https://github.com/eXist-db/exist) - A NoSQL document database and application platform. * [eXist](https://github.com/eXist-db/exist) - A NoSQL document database and application platform.
* [FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions. * [FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions.
* [Flyway](https://flywaydb.org/) - Simple database migration tool. * [Flyway](https://flywaydb.org/) - Simple database migration tool.