Add newly open-sourced Scala REST client "escalar" (#24174)
Workday recently open-sourced our internal Scala wrapper for the Elasticsearch REST API. We plan to continue maintaining the library and use it in our products. Thought it would be a good idea to link it here in case anyone else is interested in using it!
This commit is contained in:
parent
739cb35d1b
commit
92d6b2b60d
|
@ -238,16 +238,19 @@ The following projects appear to be abandoned:
|
||||||
* https://github.com/sksamuel/elastic4s[elastic4s]:
|
* https://github.com/sksamuel/elastic4s[elastic4s]:
|
||||||
Scala DSL.
|
Scala DSL.
|
||||||
|
|
||||||
* https://github.com/scalastuff/esclient[esclient]:
|
|
||||||
Thin Scala client.
|
|
||||||
|
|
||||||
* 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]:
|
||||||
|
Type-safe Scala wrapper for the REST API.
|
||||||
|
|
||||||
* https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]:
|
* https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]:
|
||||||
Scala DSL that uses the REST API. Akka and AWS helpers included.
|
Scala DSL that uses the REST API. Akka and AWS helpers included.
|
||||||
|
|
||||||
The following project appears to be abandoned:
|
The following projects appear to be abandoned:
|
||||||
|
|
||||||
|
* https://github.com/scalastuff/esclient[esclient]:
|
||||||
|
Thin Scala client.
|
||||||
|
|
||||||
* https://github.com/bsadeh/scalastic[scalastic]:
|
* https://github.com/bsadeh/scalastic[scalastic]:
|
||||||
Scala client.
|
Scala client.
|
||||||
|
|
Loading…
Reference in New Issue