README.md
[](https://travis-ci.org/ontohub/indexer)[](https://coveralls.io/github/ontohub/indexer?branch=master)[](https://codeclimate.com/github/ontohub/indexer)[](https://waffle.io/ontohub/ontohub-backend?source=ontohub%2Findexer) # IndexerIndexes data for quick searching # UsageRun```bin/indexer```to start the listener.Whenever it receives a job via RabbitMQ, it fetches the data from the PostgreSQL database and stores relevant data in the Elasticsearch index. # DevelopmentRun```bin/console```to open an interactive console that has the Indexer booted. # DependenciesYou need to install the following packages* RabbitMQ