ElasticSearch support?

What is the recommended Elasticsearch client library for crystal?

Thanks!

I have not used Elastic Search with crystal yet but there are two libraries that look promising on Awesome Crystal first Hermes and second Soegen.

But I found what looks like a more maintained library with a github search elasticsearch crystal. If you use Github’s search you can enter a language to search by, I have found that to be the best method when discovering things in the Crystal ecosystem.

If this is still a question at this time, there is a package which looks more stable and simple, more contributions could be made in order to improve it, for example, it’s currently miss enough documentations, but working with it, it’s very good, you can try it out: Elasticsearch

For simple _search queries you can use the http stdlib directly, since Elasticsearch API is just a JSON API like any other.