Categories: None [Edit]

bonsai-elasticsearch-rails

https://rubygems.org/gems/bonsai-elasticsearch-rails
https://github.com/omc/bonsai-elasticsearch-rails
This gem offers a shim to connect Rails apps with a Bonsai Elasticsearch cluster. The official Elasticsearch gem package requires some minor configuration tweaks in order to work correctly with Bonsai (namely the client needs to be instantiated with the cluster location and HTTP authentication details), and the process can be somewhat complicated for users who are unfamiliar with the system. The bonsai-elasticsearch-rails gem automatically sets up the Elasticsearch client correctly so users don't need to worry about configuring it in their code or writing an initializer. In order for the gem to work correctly, the application needs an environment variable called `BONSAI_URL`, which is populated with the complete Bonsai Elaticsearch cluster URL, including the HTTP authentication. The cluster URL will follow this pattern: https://user1234:[email protected]/ On Heroku, this variable is created and populated automatically when Bonsai is added to the application. Heroku users therefore do not need to perform any additional configuration to connect to their cluster after adding the bonsai-elasticsearch-rails gem. Users who are self-hosting their Rails app will need to make sure this environment variable is present: export BONSAI_URL="https://user1234:[email protected]/" The cluster URL is available via the Bonsai dashboard.

Total

Ranking: 11,709 of 180,434
Downloads: 161,478

Daily

Ranking: 11,162 of 180,417
Downloads: 66

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,072,399,962bundler
16852,527,476rake
72251,862,702elasticsearch-model
78744,791,353elasticsearch-rails

Owners

#GravatarHandle
1iconrobsears
2iconnz