Search queue listener for processing and feeding data into search engine (current choice elastic search)
used for posting cms ci ,notifications, cms events to backend elastic search.
refer contributing.
check out the oneops tags on stack overflow or slack-dev
maven and jdk 8 or later
be sure that your java_home
environment variable points to the jdk1.8.0
folder
extracted from the jdk download.
the project is dependent on oo-commons and cms-dal .
- git clone https://github.com/oneops/search.git
- cd search
- mvn clean package
This will build the search jar which can start consuming messages from search queue.
For starting up search refer search-configuration
for quick setup refer setup
the project is released under version 2.0 of the apache license.