From 7c00b343f40ce2be544e1e024824f380f4266c22 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 3 Feb 2016 15:47:34 -0800 Subject: [PATCH] Add Scala based elasticsearch-client --- docs/community-clients/index.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 51789221be6..852354b9da2 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -214,6 +214,9 @@ The following projects appear to be abandoned: * https://github.com/gphat/wabisabi[wabisabi]: Asynchronous REST API Scala client. +* https://github.com/SumoLogic/elasticsearch-client[elasticsearch-client]: + Scala DSL that uses the REST API. Akka and AWS helpers included. + The following project appears to be abandoned: * https://github.com/bsadeh/scalastic[scalastic]: