GithubHelp home page GithubHelp logo

bannama / search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from schwankl/search

0.0 2.0 0.0 92 KB

Back-end for pre-process and feed data into search engine (current choice Elastic Search)

Java 100.00%

search's Introduction

search

Introduction

Search queue listener for processing and feeding data into search engine (current choice elastic search)

Usage

used for posting cms ci ,notifications, cms events to backend elastic search.

Contributing

refer contributing.

Help

check out the oneops tags on stack overflow or slack-dev

Requirements

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 .

Building the source

This will build the search jar which can start consuming messages from search queue.

Configuration

For starting up search refer search-configuration

Installation

for quick setup refer setup

Load Elastic search templates curl -d @./cms_template.json -X PUT http://localhost:9200/_template/cms_template curl -d @./event_template.json -X PUT http://localhost:9200/_template/event_template curl -d @./cost_template.json -X PUT http://localhost:9200/_template/cost_template

Percolator mapping: curl -d @./percolator_mapping.json -X PUT http://localhost:9200/cms-all/.percolator/_mapping

license

the project is released under version 2.0 of the apache license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.