From 0270470433adc99f494a564692a6671ea85e49ad Mon Sep 17 00:00:00 2001 From: heldev Date: Mon, 19 Jun 2017 12:45:36 -0400 Subject: [PATCH 1/3] Add Jest - Elasticsearch REST A nice common library supported by Spring Boot OOTB. It's still a good choice because the official client is very low level. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cad3982..0c7843b 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ A curated list of awesome Java frameworks, libraries and software. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with redis, with methods for commands. +* [Jest](https://github.com/searchbox-io/Jest) - Elasticsearch REST Client, supports JSON queries and also has own Java DSL. * [jetcd](https://github.com/justinsb/jetcd) - A client library for etcd. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes. From 476c2c49bc840ebd999b1c81d5d8752c650cf54d Mon Sep 17 00:00:00 2001 From: heldev Date: Mon, 19 Jun 2017 20:52:19 -0400 Subject: [PATCH 2/3] Fix spelling redis -> Redis, Client -> client --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1abc370..8cace0c 100644 --- a/README.md +++ b/README.md @@ -233,8 +233,8 @@ A curated list of awesome Java frameworks, libraries and software. * [H2](http://h2database.com/) - Small SQL database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High-performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. -* [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with redis, with methods for commands. -* [Jest](https://github.com/searchbox-io/Jest) - Elasticsearch REST Client, supports JSON queries and also has own Java DSL. +* [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with Redis, with methods for commands. +* [Jest](https://github.com/searchbox-io/Jest) - Elasticsearch REST client, supports JSON queries and also has own Java DSL. * [jetcd](https://github.com/justinsb/jetcd) - A client library for etcd. * [Jinq](https://github.com/my2iu/Jinq) - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ). * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. From 49a34692d7a4d648a99a4a011c738211ca64b255 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 14 Jul 2017 12:06:12 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cace0c..5f8753e 100644 --- a/README.md +++ b/README.md @@ -233,9 +233,9 @@ A curated list of awesome Java frameworks, libraries and software. * [H2](http://h2database.com/) - Small SQL database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High-performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. -* [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with Redis, with methods for commands. -* [Jest](https://github.com/searchbox-io/Jest) - Elasticsearch REST client, supports JSON queries and also has own Java DSL. -* [jetcd](https://github.com/justinsb/jetcd) - A client library for etcd. +* [Jedis](https://github.com/xetorthio/jedis) - Small client for interaction with Redis, with methods for commands. +* [Jest](https://github.com/searchbox-io/Jest) - Client for the Elasticsearch REST API. +* [jetcd](https://github.com/justinsb/jetcd) - Client library for etcd. * [Jinq](https://github.com/my2iu/Jinq) - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ). * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes.