Experimental Elasticsearch Client in Crystal.
-
Add the dependency to your
shard.yml:dependencies: elasticsearch: github: elastic/elasticsearch-cr
-
Run
shards install
require "elasticsearch"
client = Elasticsearch::Client.new
response = client.infoTODO: Write development instructions here
- Fork it (https://github.com/your-github-user/elasticsearch/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- Fernando Briano - creator and maintainer