Add notice about official Rust client (#50897)

This commit is contained in:
Philip Krauss 2020-01-14 09:22:50 +01:00 committed by GitHub
parent fa4869a94b
commit dd304819af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,9 +41,9 @@ a number of clients that have been contributed by the community for various lang
[[clojure]] [[clojure]]
== 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. Clojure client, based on the new official low level rest-client.
* http://github.com/clojurewerkz/elastisch[Elastisch]: * http://github.com/clojurewerkz/elastisch[Elastisch]:
Clojure client. Clojure client.
@ -75,7 +75,7 @@ Also see the {client}/go-api/current/index.html[official Elasticsearch Go client
* https://github.com/olivere/elastic[elastic]: * https://github.com/olivere/elastic[elastic]:
Elasticsearch client for Google Go. Elasticsearch client for Google Go.
* https://github.com/softctrl/elk[elk] * https://github.com/softctrl/elk[elk]
Golang lib for Elasticsearch client. Golang lib for Elasticsearch client.
@ -106,8 +106,8 @@ Also see the {client}/javascript-api/current/index.html[official Elasticsearch J
* https://github.com/mbuhot/eskotlin[ES Kotlin]: * 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]. 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. 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]] [[lua]]
@ -154,7 +154,7 @@ Also see the {client}/python-api/current/index.html[official Elasticsearch Pytho
* https://github.com/ropensci/elasticdsl[elasticdsl]: * https://github.com/ropensci/elasticdsl[elasticdsl]:
A high-level R DSL for Elasticsearch, wrapping the elastic R client. A high-level R DSL for Elasticsearch, wrapping the elastic R client.
* https://github.com/uptake/uptasticsearch[uptasticsearch]: * https://github.com/uptake/uptasticsearch[uptasticsearch]:
An R client tailored to data science workflows. An R client tailored to data science workflows.
@ -178,12 +178,14 @@ Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby cl
[[rust]] [[rust]]
== Rust == Rust
Also see the {client}/rust-api/current/index.html[official Elasticsearch Rust client].
* https://github.com/benashford/rs-es[rs-es]: * https://github.com/benashford/rs-es[rs-es]:
A REST API client with a strongly-typed Query DSL. A REST API client with a strongly-typed Query DSL.
* https://github.com/elastic-rs/elastic[elastic]: * https://github.com/elastic-rs/elastic[elastic]:
A modular REST API client that supports freeform queries. A modular REST API client that supports freeform queries.
[[scala]] [[scala]]
== Scala == Scala
@ -192,7 +194,7 @@ Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby cl
* https://github.com/gphat/wabisabi[wabisabi]: * https://github.com/gphat/wabisabi[wabisabi]:
Asynchronous REST API Scala client. Asynchronous REST API Scala client.
* https://github.com/workday/escalar[escalar]: * https://github.com/workday/escalar[escalar]:
Type-safe Scala wrapper for the REST API. Type-safe Scala wrapper for the REST API.