index.asciidoc 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. * <<haskell>>
  14. * <<java>>
  15. * <<javascript>>
  16. * <<kotlin>>
  17. * <<lua>>
  18. * <<dotnet>>
  19. * <<perl>>
  20. * <<php>>
  21. * <<python>>
  22. * <<r>>
  23. * <<ruby>>
  24. * <<rust>>
  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. [[cpp]]
  33. == C++
  34. * https://github.com/seznam/elasticlient[elasticlient]: simple library for simplified work with Elasticsearch in C++
  35. [[clojure]]
  36. == Clojure
  37. * https://github.com/mpenet/spandex[Spandex]:
  38. Clojure client, based on the new official low level rest-client.
  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. [[erlang]]
  46. == Erlang
  47. * http://github.com/tsloughter/erlastic_search[erlastic_search]:
  48. Erlang client using HTTP.
  49. * https://github.com/datahogs/tirexs[Tirexs]:
  50. An https://github.com/elixir-lang/elixir[Elixir] based API/DSL, inspired by
  51. http://github.com/karmi/tire[Tire]. Ready to use in pure Erlang
  52. environment.
  53. [[go]]
  54. == Go
  55. Also see the {client}/go-api/current/index.html[official Elasticsearch Go client].
  56. * https://github.com/mattbaird/elastigo[elastigo]:
  57. Go client.
  58. * https://github.com/olivere/elastic[elastic]:
  59. Elasticsearch client for Google Go.
  60. * https://github.com/softctrl/elk[elk]
  61. Golang lib for Elasticsearch 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. * https://github.com/otto-de/flummi[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. [[kotlin]]
  77. == Kotlin
  78. * https://github.com/mbuhot/eskotlin[ES Kotlin]:
  79. Elasticsearch Query DSL for kotlin based on the {client}/java-api/current/index.html[official Elasticsearch Java client].
  80. * https://github.com/jillesvangurp/es-kotlin-wrapper-client[ES Kotlin Wrapper Client]:
  81. Kotlin extension functions and abstractions for the {client}/java-api/current/index.html[official Elasticsearch Highlevel Client]. Aims to reduce the amount of boilerplate needed to do searches, bulk indexing and other common things users do with the client.
  82. [[lua]]
  83. == Lua
  84. * https://github.com/DhavalKapil/elasticsearch-lua[elasticsearch-lua]:
  85. Lua client for Elasticsearch
  86. [[dotnet]]
  87. == .NET
  88. Also see the {client}/net-api/current/index.html[official Elasticsearch .NET client].
  89. [[perl]]
  90. == Perl
  91. Also see the {client}/perl-api/current/index.html[official Elasticsearch Perl client].
  92. * https://metacpan.org/pod/Elastijk[Elastijk]: A low level minimal HTTP client.
  93. [[php]]
  94. == PHP
  95. Also see the {client}/php-api/current/index.html[official Elasticsearch PHP client].
  96. * http://github.com/ruflin/Elastica[Elastica]:
  97. PHP client.
  98. * http://github.com/nervetattoo/elasticsearch[elasticsearch] PHP client.
  99. * 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.
  100. [[python]]
  101. == Python
  102. Also see the {client}/python-api/current/index.html[official Elasticsearch Python client].
  103. [[r]]
  104. == R
  105. * https://github.com/ropensci/elastic[elastic]:
  106. A low-level R client for Elasticsearch.
  107. * https://github.com/ropensci/elasticdsl[elasticdsl]:
  108. A high-level R DSL for Elasticsearch, wrapping the elastic R client.
  109. * https://github.com/uptake/uptasticsearch[uptasticsearch]:
  110. An R client tailored to data science workflows.
  111. [[ruby]]
  112. == Ruby
  113. Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby client].
  114. * https://github.com/printercu/elastics-rb[elastics]:
  115. Tiny client with built-in zero-downtime migrations and ActiveRecord integration.
  116. * https://github.com/toptal/chewy[chewy]:
  117. Chewy is an ODM and wrapper for the official Elasticsearch client
  118. * https://github.com/ankane/searchkick[Searchkick]:
  119. Intelligent search made easy
  120. * https://github.com/artsy/estella[Estella]:
  121. Make your Ruby models searchable
  122. [[rust]]
  123. == Rust
  124. * https://github.com/benashford/rs-es[rs-es]:
  125. A REST API client with a strongly-typed Query DSL.
  126. * https://github.com/elastic-rs/elastic[elastic]:
  127. A modular REST API client that supports freeform queries.
  128. [[scala]]
  129. == Scala
  130. * https://github.com/sksamuel/elastic4s[elastic4s]:
  131. Scala DSL.
  132. * https://github.com/gphat/wabisabi[wabisabi]:
  133. Asynchronous REST API Scala client.
  134. * https://github.com/workday/escalar[escalar]:
  135. Type-safe Scala wrapper for the REST API.
  136. * https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]:
  137. Scala DSL that uses the REST API. Akka and AWS helpers included.
  138. [[smalltalk]]
  139. == Smalltalk
  140. * https://github.com/newapplesho/elasticsearch-smalltalk[elasticsearch-smalltalk] -
  141. Pharo Smalltalk client for Elasticsearch
  142. * http://ss3.gemstone.com/ss/Elasticsearch.html[Elasticsearch] -
  143. Smalltalk client for Elasticsearch
  144. [[vertx]]
  145. == Vert.x
  146. * https://github.com/reactiverse/elasticsearch-client[elasticsearch-client]:
  147. An Elasticsearch client for Eclipse Vert.x