From eba4a00413c7dc77669b6af2a7676f0692005dad Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 30 Apr 2019 18:44:41 +0200 Subject: [PATCH] Add go-elasticsearch (#2486) This patch adds the official Go client for Elasticsearch. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9bffd00..27c2b018 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [elastic](https://github.com/olivere/elastic) - Elasticsearch client for Go. * [elasticsql](https://github.com/cch123/elasticsql) - Convert sql to elasticsearch dsl in Go. * [elastigo](https://github.com/mattbaird/elastigo) - Elasticsearch client library. + * [go-elasticsearch](https://github.com/elastic/go-elasticsearch) - Official Elasticsearch client for Go. * [goes](https://github.com/OwnLocal/goes) - Library to interact with Elasticsearch. * [riot](https://github.com/go-ego/riot) - Go Open Source, Distributed, Simple and efficient Search Engine. * [skizze](https://github.com/seiflotfy/skizze) - probabilistic data-structures service and storage.