Description: A tool that pulls data from an arbitrary source and indexes that data in Elasticsearch. Data that is indexed in Elasticsearch is able to be efficiently and flexiblly searched.
- Status: Pre-Alpha. Just gettting started. CHANGELOG.
git clone https://github.com/cfpb/elasticizer.git
If you like to encapsulate all dependencies in a virtual environment, you can create a virtual environment. Check out virtualenvwrapper on how to make a new virtual environment.
Then run the following to install dependencies:
cd elasticizer
pip install -r requirements.txt
python setup.py develop
TBD
python -m elasticizer
python -m elasticizer --restart
python -m elasticizer --clear
Run nosetests
.
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.