index.asciidoc 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. = Community Contributed Clients
  2. [preface]
  3. == Preface
  4. :client: https://www.elastic.co/guide/en/elasticsearch/client
  5. Besides the link:/guide[officially supported Elasticsearch clients], there are
  6. a number of clients that have been contributed by the community for various languages:
  7. * <<b4j>>
  8. * <<cpp>>
  9. * <<clojure>>
  10. * <<coldfusion>>
  11. * <<erlang>>
  12. * <<go>>
  13. * <<groovy>>
  14. * <<haskell>>
  15. * <<java>>
  16. * <<javascript>>
  17. * <<kotlin>>
  18. * <<lua>>
  19. * <<dotnet>>
  20. * <<ocaml>>
  21. * <<perl>>
  22. * <<php>>
  23. * <<python>>
  24. * <<r>>
  25. * <<ruby>>
  26. * <<rust>>
  27. * <<scala>>
  28. * <<smalltalk>>
  29. * <<vertx>>
  30. [[b4j]]
  31. == B4J
  32. * https://www.b4x.com/android/forum/threads/server-jelasticsearch-search-and-text-analytics.73335/
  33. B4J client based on the official Java REST client.
  34. [[cpp]]
  35. == C++
  36. * https://github.com/seznam/elasticlient[elasticlient]: simple library for simplified work with Elasticsearch in C++
  37. [[clojure]]
  38. == Clojure
  39. * http://github.com/clojurewerkz/elastisch[Elastisch]:
  40. Clojure client.
  41. [[coldfusion]]
  42. == ColdFusion (CFML)
  43. * https://www.forgebox.io/view/cbelasticsearch[cbElasticSearch]
  44. 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.
  45. The following project appears to be abandoned:
  46. * https://github.com/jasonfill/ColdFusion-ElasticSearch-Client[ColdFusion-Elasticsearch-Client]
  47. ColdFusion client for Elasticsearch
  48. [[erlang]]
  49. == Erlang
  50. * http://github.com/tsloughter/erlastic_search[erlastic_search]:
  51. Erlang client using HTTP.
  52. * https://github.com/dieswaytoofast/erlasticsearch[erlasticsearch]:
  53. Erlang client using Thrift.
  54. * https://github.com/datahogs/tirexs[Tirexs]:
  55. An https://github.com/elixir-lang/elixir[Elixir] based API/DSL, inspired by
  56. http://github.com/karmi/tire[Tire]. Ready to use in pure Erlang
  57. environment.
  58. [[go]]
  59. == Go
  60. * https://github.com/mattbaird/elastigo[elastigo]:
  61. Go client.
  62. * https://github.com/belogik/goes[goes]:
  63. Go lib.
  64. * https://github.com/olivere/elastic[elastic]:
  65. Elasticsearch client for Google Go.
  66. * https://github.com/softctrl/elk[elk]
  67. Golang lib for Elasticsearch client.
  68. [[groovy]]
  69. == Groovy
  70. See the {client}/groovy-api/current/index.html[official Elasticsearch Groovy client].
  71. [[haskell]]
  72. == Haskell
  73. * https://github.com/bitemyapp/bloodhound[bloodhound]:
  74. Haskell client and DSL.
  75. [[java]]
  76. == Java
  77. Also see the {client}/java-api/current/index.html[official Elasticsearch Java client].
  78. * https://github.com/otto-de/flummi[Flummi]:
  79. Java Rest client with comprehensive query DSL API
  80. * https://github.com/searchbox-io/Jest[Jest]:
  81. Java Rest client.
  82. [[javascript]]
  83. == JavaScript
  84. Also see the {client}/javascript-api/current/index.html[official Elasticsearch JavaScript client].
  85. * https://github.com/fullscale/elastic.js[Elastic.js]:
  86. A JavaScript implementation of the Elasticsearch Query DSL and Core API.
  87. * https://github.com/printercu/elastics[elastics]: Simple tiny client that just works
  88. * https://github.com/roundscope/ember-data-elasticsearch-kit[ember-data-elasticsearch-kit]:
  89. An ember-data kit for both pushing and querying objects to Elasticsearch cluster
  90. The following project appears to be abandoned:
  91. * https://github.com/ramv/node-elastical[node-elastical]:
  92. Node.js client for the Elasticsearch REST API
  93. [[kotlin]]
  94. == kotlin
  95. * https://github.com/mbuhot/eskotlin[ES Kotlin]:
  96. Elasticsearch Query DSL for kotlin based on the {client}/java-api/current/index.html[official Elasticsearch Java client].
  97. [[lua]]
  98. == Lua
  99. * https://github.com/DhavalKapil/elasticsearch-lua[elasticsearch-lua]:
  100. Lua client for Elasticsearch
  101. [[dotnet]]
  102. == .NET
  103. Also see the {client}/net-api/current/index.html[official Elasticsearch .NET client].
  104. * https://github.com/Yegoroff/PlainElastic.Net[PlainElastic.Net]:
  105. .NET client.
  106. [[ocaml]]
  107. == OCaml
  108. The following project appears to be abandoned:
  109. * https://github.com/tovbinm/ocaml-elasticsearch[ocaml-elasticsearch]:
  110. OCaml client for Elasticsearch
  111. [[perl]]
  112. == Perl
  113. Also see the {client}/perl-api/current/index.html[official Elasticsearch Perl client].
  114. * https://metacpan.org/pod/Elastijk[Elastijk]: A low level minimal HTTP client.
  115. [[php]]
  116. == PHP
  117. Also see the {client}/php-api/current/index.html[official Elasticsearch PHP client].
  118. * http://github.com/ruflin/Elastica[Elastica]:
  119. PHP client.
  120. * http://github.com/nervetattoo/elasticsearch[elasticsearch] PHP client.
  121. * 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.
  122. [[python]]
  123. == Python
  124. Also see the {client}/python-api/current/index.html[official Elasticsearch Python client].
  125. * http://github.com/rhec/pyelasticsearch[pyelasticsearch]:
  126. Python client.
  127. * https://github.com/eriky/ESClient[ESClient]:
  128. A lightweight and easy to use Python client for Elasticsearch.
  129. * https://github.com/mozilla/elasticutils/[elasticutils]:
  130. A friendly chainable Elasticsearch interface for Python.
  131. * http://github.com/aparo/pyes[pyes]:
  132. Python client.
  133. The following projects appear to be abandoned:
  134. * https://github.com/humangeo/rawes[rawes]:
  135. Python low level client.
  136. * http://intridea.github.io/surfiki-refine-elasticsearch/[Surfiki Refine]:
  137. Python Map-Reduce engine targeting Elasticsearch indices.
  138. [[r]]
  139. == R
  140. * https://github.com/ropensci/elastic[elastic]:
  141. A low-level R client for Elasticsearch.
  142. * https://github.com/ropensci/elasticdsl[elasticdsl]:
  143. A high-level R DSL for Elasticsearch, wrapping the elastic R client.
  144. * https://github.com/UptakeOpenSource/uptasticsearch[uptasticsearch]:
  145. An R client tailored to data science workflows.
  146. The following projects appear to be abandoned:
  147. * https://github.com/Tomesch/elasticsearch[elasticsearch]
  148. R client for Elasticsearch
  149. [[ruby]]
  150. == Ruby
  151. Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client].
  152. * https://github.com/PoseBiz/stretcher[stretcher]:
  153. Ruby client.
  154. * https://github.com/printercu/elastics-rb[elastics]:
  155. Tiny client with built-in zero-downtime migrations and ActiveRecord integration.
  156. * https://github.com/toptal/chewy[chewy]:
  157. Chewy is an ODM and wrapper for the official Elasticsearch client
  158. * https://github.com/ankane/searchkick[Searchkick]:
  159. Intelligent search made easy
  160. * https://github.com/artsy/estella[Estella]:
  161. Make your Ruby models searchable
  162. The following projects appear to be abandoned:
  163. * https://github.com/wireframe/elastic_searchable/[elastic_searchable]:
  164. Ruby client + Rails integration.
  165. * https://github.com/ddnexus/flex[Flex]:
  166. Ruby Client.
  167. [[rust]]
  168. == Rust
  169. * https://github.com/benashford/rs-es[rs-es]:
  170. A REST API client with a strongly-typed Query DSL.
  171. * https://github.com/elastic-rs/elastic[elastic]:
  172. A modular REST API client that supports freeform queries.
  173. [[scala]]
  174. == Scala
  175. * https://github.com/sksamuel/elastic4s[elastic4s]:
  176. Scala DSL.
  177. * https://github.com/gphat/wabisabi[wabisabi]:
  178. Asynchronous REST API Scala client.
  179. * https://github.com/workday/escalar[escalar]:
  180. Type-safe Scala wrapper for the REST API.
  181. * https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]:
  182. Scala DSL that uses the REST API. Akka and AWS helpers included.
  183. The following projects appear to be abandoned:
  184. * https://github.com/scalastuff/esclient[esclient]:
  185. Thin Scala client.
  186. * https://github.com/bsadeh/scalastic[scalastic]:
  187. Scala client.
  188. [[smalltalk]]
  189. == Smalltalk
  190. * https://github.com/newapplesho/elasticsearch-smalltalk[elasticsearch-smalltalk] -
  191. Pharo Smalltalk client for Elasticsearch
  192. * http://ss3.gemstone.com/ss/Elasticsearch.html[Elasticsearch] -
  193. Smalltalk client for Elasticsearch
  194. [[vertx]]
  195. == Vert.x
  196. * https://github.com/goodow/realtime-search[realtime-search]:
  197. Elasticsearch module for Vert.x