index.asciidoc 7.5 KB

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