2015-11-08 17:24:45 -05:00
= Community Contributed Clients
2017-02-04 15:23:41 -05:00
[preface]
== Preface
2015-11-08 17:24:45 -05:00
:client: https://www.elastic.co/guide/en/elasticsearch/client
2020-01-15 15:20:02 -05:00
[NOTE]
====
This is a list of clients submitted by members of the Elastic community.
Elastic does not support or endorse these clients.
If you'd like to add a new client to this list, please
https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md#contributing-code-and-documentation-changes[open a pull request].
====
2015-11-08 17:24:45 -05:00
Besides the link:/guide[officially supported Elasticsearch clients], there are
a number of clients that have been contributed by the community for various languages:
2016-11-22 08:17:57 -05:00
* <<b4j>>
2018-03-23 11:30:01 -04:00
* <<cpp>>
2015-11-08 17:24:45 -05:00
* <<clojure>>
2017-05-16 10:50:26 -04:00
* <<coldfusion>>
2015-11-08 17:24:45 -05:00
* <<erlang>>
* <<go>>
* <<haskell>>
* <<java>>
* <<javascript>>
2016-04-26 10:03:50 -04:00
* <<kotlin>>
2016-12-07 13:24:28 -05:00
* <<lua>>
2015-11-08 17:24:45 -05:00
* <<dotnet>>
* <<perl>>
* <<php>>
* <<python>>
* <<r>>
* <<ruby>>
2017-06-09 17:50:51 -04:00
* <<rust>>
2015-11-08 17:24:45 -05:00
* <<scala>>
* <<smalltalk>>
* <<vertx>>
2016-11-22 08:17:57 -05:00
[[b4j]]
== B4J
* https://www.b4x.com/android/forum/threads/server-jelasticsearch-search-and-text-analytics.73335/
B4J client based on the official Java REST client.
2015-11-08 17:24:45 -05:00
2018-03-23 11:30:01 -04:00
[[cpp]]
== C++
* https://github.com/seznam/elasticlient[elasticlient]: simple library for simplified work with Elasticsearch in C++
2015-11-08 17:24:45 -05:00
[[clojure]]
== Clojure
2018-12-12 07:57:53 -05:00
* https://github.com/mpenet/spandex[Spandex]:
Clojure client, based on the new official low level rest-client.
2015-11-08 17:24:45 -05:00
* http://github.com/clojurewerkz/elastisch[Elastisch]:
Clojure client.
2017-05-16 10:50:26 -04:00
[[coldfusion]]
== ColdFusion (CFML)
* https://www.forgebox.io/view/cbelasticsearch[cbElasticSearch]
Native ColdFusion (CFML) support for the ColdBox MVC Platform which provides you with a fluent search interface for Elasticsearch, in addition to a CacheBox Cache provider and a Logbox Appender for logging.
2015-11-08 17:24:45 -05:00
[[erlang]]
== Erlang
* http://github.com/tsloughter/erlastic_search[erlastic_search]:
Erlang client using HTTP.
* https://github.com/datahogs/tirexs[Tirexs]:
An https://github.com/elixir-lang/elixir[Elixir] based API/DSL, inspired by
http://github.com/karmi/tire[Tire]. Ready to use in pure Erlang
environment.
2020-01-15 16:07:21 -05:00
* https://github.com/sashman/elasticsearch_elixir_bulk_processor[Elixir Bulk Processor]:
Dynamically configurable Elixir port of the [Bulk Processor](https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-docs-bulk-processor.html). Implemented using GenStages to handle backpressure.
2015-11-08 17:24:45 -05:00
[[go]]
== Go
2019-04-26 02:56:34 -04:00
Also see the {client}/go-api/current/index.html[official Elasticsearch Go client].
2015-11-08 17:24:45 -05:00
* https://github.com/mattbaird/elastigo[elastigo]:
Go client.
* https://github.com/olivere/elastic[elastic]:
Elasticsearch client for Google Go.
2018-01-01 02:40:26 -05:00
* https://github.com/softctrl/elk[elk]
Golang lib for Elasticsearch client.
2015-11-08 17:24:45 -05:00
[[haskell]]
== Haskell
* https://github.com/bitemyapp/bloodhound[bloodhound]:
Haskell client and DSL.
[[java]]
== Java
Also see the {client}/java-api/current/index.html[official Elasticsearch Java client].
2017-06-09 17:50:51 -04:00
* https://github.com/otto-de/flummi[Flummi]:
2016-07-06 08:31:58 -04:00
Java Rest client with comprehensive query DSL API
2015-11-08 17:24:45 -05:00
* https://github.com/searchbox-io/Jest[Jest]:
Java Rest client.
[[javascript]]
== JavaScript
Also see the {client}/javascript-api/current/index.html[official Elasticsearch JavaScript client].
2016-04-26 10:03:50 -04:00
[[kotlin]]
2019-01-24 16:54:55 -05:00
== Kotlin
2016-04-26 10:03:50 -04:00
* https://github.com/mbuhot/eskotlin[ES Kotlin]:
Elasticsearch Query DSL for kotlin based on the {client}/java-api/current/index.html[official Elasticsearch Java client].
2018-08-28 08:25:55 -04:00
* https://github.com/jillesvangurp/es-kotlin-wrapper-client[ES Kotlin Wrapper Client]:
Kotlin extension functions and abstractions for the {client}/java-api/current/index.html[official Elasticsearch Highlevel Client]. Aims to reduce the amount of boilerplate needed to do searches, bulk indexing and other common things users do with the client.
2015-11-08 17:24:45 -05:00
2016-12-07 13:24:28 -05:00
[[lua]]
== Lua
* https://github.com/DhavalKapil/elasticsearch-lua[elasticsearch-lua]:
2017-11-29 03:44:25 -05:00
Lua client for Elasticsearch
2016-12-07 13:24:28 -05:00
2015-11-08 17:24:45 -05:00
[[dotnet]]
== .NET
Also see the {client}/net-api/current/index.html[official Elasticsearch .NET client].
[[perl]]
== Perl
Also see the {client}/perl-api/current/index.html[official Elasticsearch Perl client].
* https://metacpan.org/pod/Elastijk[Elastijk]: A low level minimal HTTP client.
[[php]]
== PHP
Also see the {client}/php-api/current/index.html[official Elasticsearch PHP client].
* http://github.com/ruflin/Elastica[Elastica]:
PHP client.
* http://github.com/nervetattoo/elasticsearch[elasticsearch] PHP client.
2016-11-04 12:27:31 -04:00
* https://github.com/madewithlove/elasticsearcher[elasticsearcher] Agnostic lightweight package on top of the Elasticsearch PHP client. Its main goal is to allow for easier structuring of queries and indices in your application. It does not want to hide or replace functionality of the Elasticsearch PHP client.
2015-11-08 17:24:45 -05:00
[[python]]
== Python
Also see the {client}/python-api/current/index.html[official Elasticsearch Python client].
[[r]]
== R
* https://github.com/ropensci/elastic[elastic]:
A low-level R client for Elasticsearch.
* https://github.com/ropensci/elasticdsl[elasticdsl]:
A high-level R DSL for Elasticsearch, wrapping the elastic R client.
2018-05-18 17:13:12 -04:00
* https://github.com/UptakeOpenSource/uptasticsearch[uptasticsearch]:
An R client tailored to data science workflows.
2017-02-04 15:23:41 -05:00
2015-11-08 17:24:45 -05:00
[[ruby]]
== Ruby
Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client].
* https://github.com/printercu/elastics-rb[elastics]:
Tiny client with built-in zero-downtime migrations and ActiveRecord integration.
* https://github.com/toptal/chewy[chewy]:
2017-11-29 03:44:25 -05:00
Chewy is an ODM and wrapper for the official Elasticsearch client
2015-11-08 17:24:45 -05:00
* https://github.com/ankane/searchkick[Searchkick]:
Intelligent search made easy
2017-01-25 05:49:39 -05:00
* https://github.com/artsy/estella[Estella]:
Make your Ruby models searchable
2017-06-09 17:50:51 -04:00
[[rust]]
== Rust
2015-11-08 17:24:45 -05:00
2017-06-09 17:50:51 -04:00
* https://github.com/benashford/rs-es[rs-es]:
A REST API client with a strongly-typed Query DSL.
2015-11-08 17:24:45 -05:00
2017-06-09 17:50:51 -04:00
* https://github.com/elastic-rs/elastic[elastic]:
A modular REST API client that supports freeform queries.
2015-11-08 17:24:45 -05:00
[[scala]]
== Scala
* https://github.com/sksamuel/elastic4s[elastic4s]:
Scala DSL.
* https://github.com/gphat/wabisabi[wabisabi]:
Asynchronous REST API Scala client.
2017-04-25 08:43:55 -04:00
* https://github.com/workday/escalar[escalar]:
Type-safe Scala wrapper for the REST API.
2015-11-08 17:24:45 -05:00
2016-02-03 18:47:34 -05:00
* https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]:
Scala DSL that uses the REST API. Akka and AWS helpers included.
2015-11-08 17:24:45 -05:00
[[smalltalk]]
== Smalltalk
2016-11-28 05:05:17 -05:00
* https://github.com/newapplesho/elasticsearch-smalltalk[elasticsearch-smalltalk] -
Pharo Smalltalk client for Elasticsearch
2015-11-08 17:24:45 -05:00
* http://ss3.gemstone.com/ss/Elasticsearch.html[Elasticsearch] -
Smalltalk client for Elasticsearch
[[vertx]]
== Vert.x
2019-04-26 02:56:34 -04:00
* https://github.com/reactiverse/elasticsearch-client[elasticsearch-client]:
An Elasticsearch client for Eclipse Vert.x