Skip to content

Commit

Permalink
Add notice about official Rust client (#50897)
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra committed Jan 14, 2020
1 parent fa4869a commit dd30481
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/community-clients/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ a number of clients that have been contributed by the community for various lang
[[clojure]]
== Clojure

* https://github.com/mpenet/spandex[Spandex]:
* https://github.com/mpenet/spandex[Spandex]:
Clojure client, based on the new official low level rest-client.

* http://github.com/clojurewerkz/elastisch[Elastisch]:
Clojure client.

Expand Down Expand Up @@ -75,7 +75,7 @@ Also see the {client}/go-api/current/index.html[official Elasticsearch Go client

* https://github.com/olivere/elastic[elastic]:
Elasticsearch client for Google Go.

* https://github.com/softctrl/elk[elk]
Golang lib for Elasticsearch client.

Expand Down Expand Up @@ -106,8 +106,8 @@ Also see the {client}/javascript-api/current/index.html[official Elasticsearch J

* https://github.com/mbuhot/eskotlin[ES Kotlin]:
Elasticsearch Query DSL for kotlin based on the {client}/java-api/current/index.html[official Elasticsearch Java client].
* https://github.com/jillesvangurp/es-kotlin-wrapper-client[ES Kotlin Wrapper Client]:

* https://github.com/jillesvangurp/es-kotlin-wrapper-client[ES Kotlin Wrapper Client]:
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.

[[lua]]
Expand Down Expand Up @@ -154,7 +154,7 @@ Also see the {client}/python-api/current/index.html[official Elasticsearch Pytho

* https://github.com/ropensci/elasticdsl[elasticdsl]:
A high-level R DSL for Elasticsearch, wrapping the elastic R client.

* https://github.com/uptake/uptasticsearch[uptasticsearch]:
An R client tailored to data science workflows.

Expand All @@ -178,12 +178,14 @@ Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby cl
[[rust]]
== Rust

Also see the {client}/rust-api/current/index.html[official Elasticsearch Rust client].

* https://github.com/benashford/rs-es[rs-es]:
A REST API client with a strongly-typed Query DSL.

* https://github.com/elastic-rs/elastic[elastic]:
A modular REST API client that supports freeform queries.

[[scala]]
== Scala

Expand All @@ -192,7 +194,7 @@ Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby cl

* https://github.com/gphat/wabisabi[wabisabi]:
Asynchronous REST API Scala client.

* https://github.com/workday/escalar[escalar]:
Type-safe Scala wrapper for the REST API.

Expand Down

0 comments on commit dd30481

Please sign in to comment.