Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Latest commit

 

History

History
57 lines (29 loc) · 983 Bytes

README.md

File metadata and controls

57 lines (29 loc) · 983 Bytes

What is Sensi

(http://sna-projects.com/sensei/)

Sensi is a distributed, elastic realtime searchable database.


Wiki

Wiki is available at:

http://snaprojects.jira.com/wiki/display/SENSEI/Home

Issues

Issues are tracked at:

http://snaprojects.jira.com/browse/SENSEI

Mailing List / Discussion Group

http://groups.google.com/group/sensei-search

Getting Started

  1. Build

ant

or

mvn package

  1. Start ZooKeeper

${ZK_HOME}/bin/zkServer.sh start

  1. Run a search node(s)

bin/start-sensei-node.sh 0 17071 0,2,4,6,8,10 node-conf/

bin/start-sensei-node.sh 1 17072 1,3,5,7,9 node-conf/

  1. Start the web server (broker)

ant server

or

mvn jetty:run

  1. Starting command-line client app

bin/sensei-client.sh client-conf