index.asciidoc 6.9 KB

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