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.
This commit is contained in:
heldev
2017-06-19 12:45:36 -04:00
parent abdd8edea8
commit 0270470433

View File

@ -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. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool.
* [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [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. * [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. * [jetcd](https://github.com/justinsb/jetcd) - A client library for etcd.
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [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. * [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes.