index.asciidoc 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. = Community Contributed Clients
  2. [preface]
  3. == Preface
  4. :client: https://www.elastic.co/guide/en/elasticsearch/client
  5. [NOTE]
  6. ====
  7. This is a list of clients submitted by members of the Elastic community.
  8. Elastic does not support or endorse these clients.
  9. If you'd like to add a new client to this list, please
  10. https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md#contributing-code-and-documentation-changes[open a pull request].
  11. ====
  12. Besides the link:/guide[officially supported Elasticsearch clients], there are
  13. a number of clients that have been contributed by the community for various languages:
  14. * <<b4j>>
  15. * <<cpp>>
  16. * <<clojure>>
  17. * <<coldfusion>>
  18. * <<erlang>>
  19. * <<go>>
  20. * <<haskell>>
  21. * <<java>>
  22. * <<javascript>>
  23. * <<kotlin>>
  24. * <<lua>>
  25. * <<dotnet>>
  26. * <<perl>>
  27. * <<php>>
  28. * <<python>>
  29. * <<r>>
  30. * <<ruby>>
  31. * <<rust>>
  32. * <<scala>>
  33. * <<smalltalk>>
  34. * <<vertx>>
  35. [[b4j]]
  36. == B4J
  37. * https://www.b4x.com/android/forum/threads/server-jelasticsearch-search-and-text-analytics.73335/[jElasticsearch]:
  38. B4J client based on the official Java REST client.
  39. [[cpp]]
  40. == C++
  41. * https://github.com/seznam/elasticlient[elasticlient]: simple library for
  42. simplified work with Elasticsearch in C++.
  43. [[clojure]]
  44. == Clojure
  45. * https://github.com/mpenet/spandex[Spandex]:
  46. Clojure client, based on the new official low-level REST client.
  47. * https://github.com/clojurewerkz/elastisch[Elastisch]:
  48. Clojure client.
  49. [[coldfusion]]
  50. == ColdFusion (CFML)
  51. * https://www.forgebox.io/view/cbelasticsearch[cbElasticSearch]:
  52. Native ColdFusion (CFML) support for the ColdBox MVC Platform which provides
  53. you with a fluent search interface for Elasticsearch, in addition to a
  54. CacheBox Cache provider and a Logbox Appender for logging.
  55. [[erlang]]
  56. == Erlang
  57. * https://github.com/tsloughter/erlastic_search[erlastic_search]:
  58. Erlang client using HTTP.
  59. * https://github.com/datahogs/tirexs[Tirexs]:
  60. An https://github.com/elixir-lang/elixir[Elixir] based API/DSL, inspired by
  61. https://github.com/karmi/tire[Tire]. Ready to use in pure Erlang
  62. environment.
  63. * https://github.com/sashman/elasticsearch_elixir_bulk_processor[Elixir Bulk
  64. Processor]: Dynamically configurable Elixir port of the
  65. {client}/java-api/current/java-docs-bulk-processor.html[Bulk Processor].
  66. Implemented using GenStages to handle back pressure.
  67. [[go]]
  68. == Go
  69. Also see the {client}/go-api/current/index.html[official Elasticsearch Go
  70. client].
  71. * https://github.com/mattbaird/elastigo[elastigo]:
  72. Go client.
  73. * https://github.com/olivere/elastic[elastic]:
  74. Elasticsearch client for Google Go.
  75. * https://github.com/softctrl/elk[elk]:
  76. Golang lib for Elasticsearch client.
  77. [[haskell]]
  78. == Haskell
  79. * https://github.com/bitemyapp/bloodhound[bloodhound]:
  80. Haskell client and DSL.
  81. [[java]]
  82. == Java
  83. Also see the {client}/java-api/current/index.html[official Elasticsearch Java
  84. client].
  85. * https://github.com/otto-de/flummi[Flummi]:
  86. Java Rest client with comprehensive Query DSL API.
  87. * https://github.com/searchbox-io/Jest[Jest]:
  88. Java Rest client.
  89. [[javascript]]
  90. == JavaScript
  91. See the {client}/javascript-api/current/index.html[official Elasticsearch
  92. JavaScript client].
  93. [[kotlin]]
  94. == Kotlin
  95. * https://github.com/mbuhot/eskotlin[ES Kotlin]:
  96. Elasticsearch Query DSL for kotlin based on the
  97. {client}/java-api/current/index.html[official Elasticsearch Java client].
  98. * https://github.com/jillesvangurp/es-kotlin-wrapper-client[ES Kotlin Wrapper
  99. Client]: Kotlin extension functions and abstractions for the
  100. {client}/java-api/current/index.html[official Elasticsearch high-level
  101. client]. Aims to reduce the amount of boilerplate needed to do searches, bulk
  102. indexing and other common things users do with the client.
  103. [[lua]]
  104. == Lua
  105. * https://github.com/DhavalKapil/elasticsearch-lua[elasticsearch-lua]:
  106. Lua client for Elasticsearch
  107. [[dotnet]]
  108. == .NET
  109. See the {client}/net-api/current/index.html[official Elasticsearch .NET client].
  110. [[perl]]
  111. == Perl
  112. Also see the {client}/perl-api/current/index.html[official Elasticsearch Perl
  113. 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
  118. client].
  119. * https://github.com/ruflin/Elastica[Elastica]:
  120. PHP client.
  121. * https://github.com/nervetattoo/elasticsearch[elasticsearch]: PHP client.
  122. * https://github.com/madewithlove/elasticsearcher[elasticsearcher]: Agnostic
  123. lightweight package on top of the Elasticsearch PHP client. Its main goal is to
  124. allow for easier structuring of queries and indices in your application. It does
  125. not want to hide or replace functionality of the Elasticsearch PHP client.
  126. [[python]]
  127. == Python
  128. See the {client}/python-api/current/index.html[official Elasticsearch Python
  129. client].
  130. [[r]]
  131. == R
  132. * https://github.com/ropensci/elastic[elastic]:
  133. A low-level R client for Elasticsearch.
  134. * https://github.com/ropensci/elasticdsl[elasticdsl]:
  135. A high-level R DSL for Elasticsearch, wrapping the elastic R client.
  136. * https://github.com/uptake/uptasticsearch[uptasticsearch]:
  137. An R client tailored to data science workflows.
  138. [[ruby]]
  139. == Ruby
  140. Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client].
  141. * https://github.com/printercu/elastics-rb[elastics]:
  142. Tiny client with built-in zero-downtime migrations and ActiveRecord integration.
  143. * https://github.com/toptal/chewy[chewy]:
  144. An ODM and wrapper for the official Elasticsearch client.
  145. * https://github.com/ankane/searchkick[Searchkick]:
  146. Intelligent search made easy.
  147. * https://github.com/artsy/estella[Estella]:
  148. Make your Ruby models searchable.
  149. [[rust]]
  150. == Rust
  151. Also see the {client}/rust-api/current/index.html[official Elasticsearch Rust
  152. client].
  153. * https://github.com/benashford/rs-es[rs-es]:
  154. A REST API client with a strongly-typed Query DSL.
  155. * https://github.com/elastic-rs/elastic[elastic]:
  156. A modular REST API client that supports freeform queries.
  157. [[scala]]
  158. == Scala
  159. * https://github.com/sksamuel/elastic4s[elastic4s]:
  160. Scala DSL.
  161. * https://github.com/gphat/wabisabi[wabisabi]:
  162. Asynchronous REST API Scala client.
  163. * https://github.com/workday/escalar[escalar]:
  164. Type-safe Scala wrapper for the REST API.
  165. * https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]:
  166. Scala DSL that uses the REST API. Akka and AWS helpers included.
  167. [[smalltalk]]
  168. == Smalltalk
  169. * https://github.com/newapplesho/elasticsearch-smalltalk[elasticsearch-smalltalk]:
  170. Pharo Smalltalk client for Elasticsearch.
  171. [[vertx]]
  172. == Vert.x
  173. * https://github.com/reactiverse/elasticsearch-client[elasticsearch-client]:
  174. An Elasticsearch client for Eclipse Vert.x.