index.asciidoc 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. = Community Contributed Clients
  2. :client: https://www.elastic.co/guide/en/elasticsearch/client
  3. Besides the link:/guide[officially supported Elasticsearch clients], there are
  4. a number of clients that have been contributed by the community for various languages:
  5. * <<clojure>>
  6. * <<cold-fusion>>
  7. * <<erlang>>
  8. * <<go>>
  9. * <<groovy>>
  10. * <<haskell>>
  11. * <<java>>
  12. * <<javascript>>
  13. * <<dotnet>>
  14. * <<ocaml>>
  15. * <<perl>>
  16. * <<php>>
  17. * <<python>>
  18. * <<r>>
  19. * <<ruby>>
  20. * <<scala>>
  21. * <<smalltalk>>
  22. * <<vertx>>
  23. [[clojure]]
  24. == Clojure
  25. * http://github.com/clojurewerkz/elastisch[Elastisch]:
  26. Clojure client.
  27. [[cold-fusion]]
  28. == Cold Fusion
  29. The following project appears to be abandoned:
  30. * https://github.com/jasonfill/ColdFusion-ElasticSearch-Client[ColdFusion-Elasticsearch-Client]
  31. Cold Fusion client for Elasticsearch
  32. [[erlang]]
  33. == Erlang
  34. * http://github.com/tsloughter/erlastic_search[erlastic_search]:
  35. Erlang client using HTTP.
  36. * https://github.com/dieswaytoofast/erlasticsearch[erlasticsearch]:
  37. Erlang client using Thrift.
  38. * https://github.com/datahogs/tirexs[Tirexs]:
  39. An https://github.com/elixir-lang/elixir[Elixir] based API/DSL, inspired by
  40. http://github.com/karmi/tire[Tire]. Ready to use in pure Erlang
  41. environment.
  42. [[go]]
  43. == Go
  44. * https://github.com/mattbaird/elastigo[elastigo]:
  45. Go client.
  46. * https://github.com/belogik/goes[goes]:
  47. Go lib.
  48. * https://github.com/olivere/elastic[elastic]:
  49. Elasticsearch client for Google Go.
  50. [[groovy]]
  51. == Groovy
  52. See the {client}/groovy-api/current/index.html[official Elasticsearch Groovy client].
  53. [[haskell]]
  54. == Haskell
  55. * https://github.com/bitemyapp/bloodhound[bloodhound]:
  56. Haskell client and DSL.
  57. [[java]]
  58. == Java
  59. Also see the {client}/java-api/current/index.html[official Elasticsearch Java client].
  60. * https://github.com/searchbox-io/Jest[Jest]:
  61. Java Rest client.
  62. [[javascript]]
  63. == JavaScript
  64. Also see the {client}/javascript-api/current/index.html[official Elasticsearch JavaScript client].
  65. * https://github.com/fullscale/elastic.js[Elastic.js]:
  66. A JavaScript implementation of the Elasticsearch Query DSL and Core API.
  67. * https://github.com/printercu/elastics[elastics]: Simple tiny client that just works
  68. * https://github.com/roundscope/ember-data-elasticsearch-kit[ember-data-elasticsearch-kit]:
  69. An ember-data kit for both pushing and querying objects to Elasticsearch cluster
  70. The following project appears to be abandoned:
  71. * https://github.com/ramv/node-elastical[node-elastical]:
  72. Node.js client for the Elasticsearch REST API
  73. [[dotnet]]
  74. == .NET
  75. Also see the {client}/net-api/current/index.html[official Elasticsearch .NET client].
  76. * https://github.com/Yegoroff/PlainElastic.Net[PlainElastic.Net]:
  77. .NET client.
  78. [[ocaml]]
  79. == OCaml
  80. The following project appears to be abandoned:
  81. * https://github.com/tovbinm/ocaml-elasticsearch[ocaml-elasticsearch]:
  82. OCaml client for Elasticsearch
  83. [[perl]]
  84. == Perl
  85. Also see the {client}/perl-api/current/index.html[official Elasticsearch Perl client].
  86. * https://metacpan.org/pod/Elastijk[Elastijk]: A low level minimal HTTP client.
  87. [[php]]
  88. == PHP
  89. Also see the {client}/php-api/current/index.html[official Elasticsearch PHP client].
  90. * http://github.com/ruflin/Elastica[Elastica]:
  91. PHP client.
  92. * http://github.com/nervetattoo/elasticsearch[elasticsearch] PHP client.
  93. [[python]]
  94. == Python
  95. Also see the {client}/python-api/current/index.html[official Elasticsearch Python client].
  96. * http://github.com/rhec/pyelasticsearch[pyelasticsearch]:
  97. Python client.
  98. * https://github.com/eriky/ESClient[ESClient]:
  99. A lightweight and easy to use Python client for Elasticsearch.
  100. * https://github.com/mozilla/elasticutils/[elasticutils]:
  101. A friendly chainable Elasticsearch interface for Python.
  102. * http://github.com/aparo/pyes[pyes]:
  103. Python client.
  104. The following projects appear to be abandoned:
  105. * https://github.com/humangeo/rawes[rawes]:
  106. Python low level client.
  107. * http://intridea.github.io/surfiki-refine-elasticsearch/[Surfiki Refine]:
  108. Python Map-Reduce engine targeting Elasticsearch indices.
  109. [[r]]
  110. == R
  111. * https://github.com/Tomesch/elasticsearch[elasticsearch]
  112. R client for Elasticsearch
  113. * https://github.com/ropensci/elastic[elastic]:
  114. A low-level R client for Elasticsearch.
  115. * https://github.com/ropensci/elasticdsl[elasticdsl]:
  116. A high-level R DSL for Elasticsearch, wrapping the elastic R client.
  117. [[ruby]]
  118. == Ruby
  119. Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client].
  120. * https://github.com/PoseBiz/stretcher[stretcher]:
  121. Ruby client.
  122. * https://github.com/printercu/elastics-rb[elastics]:
  123. Tiny client with built-in zero-downtime migrations and ActiveRecord integration.
  124. * https://github.com/toptal/chewy[chewy]:
  125. Chewy is ODM and wrapper for official elasticsearch client
  126. * https://github.com/ankane/searchkick[Searchkick]:
  127. Intelligent search made easy
  128. The following projects appear to be abandoned:
  129. * https://github.com/wireframe/elastic_searchable/[elastic_searchable]:
  130. Ruby client + Rails integration.
  131. * https://github.com/ddnexus/flex[Flex]:
  132. Ruby Client.
  133. [[scala]]
  134. == Scala
  135. * https://github.com/sksamuel/elastic4s[elastic4s]:
  136. Scala DSL.
  137. * https://github.com/scalastuff/esclient[esclient]:
  138. Thin Scala client.
  139. * https://github.com/gphat/wabisabi[wabisabi]:
  140. Asynchronous REST API Scala client.
  141. * https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]:
  142. Scala DSL that uses the REST API. Akka and AWS helpers included.
  143. The following project appears to be abandoned:
  144. * https://github.com/bsadeh/scalastic[scalastic]:
  145. Scala client.
  146. [[smalltalk]]
  147. == Smalltalk
  148. * http://ss3.gemstone.com/ss/Elasticsearch.html[Elasticsearch] -
  149. Smalltalk client for Elasticsearch
  150. [[vertx]]
  151. == Vert.x
  152. * https://github.com/goodow/realtime-search[realtime-search]:
  153. Elasticsearch module for Vert.x