/indexer

Indexes data for quick searching

Primary LanguageRubyGNU Affero General Public License v3.0AGPL-3.0

Build Status Coverage Status Code Climate GitHub issues

Indexer

Indexes data for quick searching

Usage

Run

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.

Development

Run

bin/console

to open an interactive console that has the Indexer booted.

Dependencies

You need to install the following packages

  • RabbitMQ