Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
elasticsearch-rails-ha
Advanced tools
Elasticsearch for Rails, high availability extensions.
See also:
Add the high availability tasks to your Rake task file lib/tasks/elasticsearch.rake
:
require 'elasticsearch/rails/ha/tasks'
Import all the Articles on a machine with 4 cores available:
% bundle exec rake environment elasticsearch:ha:import NPROCS=4 CLASS='Article'
Stage an index alongside your live index, but do not make it live yet:
% bundle exec rake environment elasticsearch:ha:stage NPROCS=4 CLASS='Article'
Promote your staged index:
% bundle exec rake environment elasticsearch:ha:promote
Thanks to Pop Up Archive for contributing the original version of this code to the public domain.
This project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.
FAQs
Unknown package
We found that elasticsearch-rails-ha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.