From fecddcee0d846ba93495f7c3ab42f2a2e41c9da7 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Tue, 21 Apr 2015 22:24:54 +0200 Subject: [PATCH] phoenix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dac17d..f7185eb 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Everything which simplifies interactions with the database.* +* [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded.