Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 970 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 970 Bytes

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