Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

18F/elasticsearch-rails-ha-gem

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

elasticsearch-rails-ha RubyGem

Build Status

Elasticsearch for Rails, high availability extensions.

See also:

Examples

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

Acknowledgements

Thanks to Pop Up Archive for contributing the original version of this code to the public domain.

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.

About

high availability extensions to the Elasticsearch::Rails standard tasks

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages