Skip to content

AdamZarger/elasticizer

 
 

Repository files navigation

Elasticizer

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.

Dependencies

Installation

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

Configuration

TBD

Usage

Run in resumable mode

python -m elasticizer

Run entire chain of tasks

python -m elasticizer --restart

Clear the side-effects

python -m elasticizer --clear

How to test the software

Run nosetests.

Known issues

Use the git issues log

Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.

Getting involved

CONTRIBUTING.


Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

Credits and references

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%