(http://sna-projects.com/sensei/)
Sensi is a distributed, elastic realtime searchable database.
Wiki is available at:
http://snaprojects.jira.com/wiki/display/SENSEI/Home
Issues are tracked at:
http://snaprojects.jira.com/browse/SENSEI
http://groups.google.com/group/sensei-search
- Build
ant
or
mvn package
- Start ZooKeeper
${ZK_HOME}/bin/zkServer.sh start
- 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/
- Start the web server (broker)
ant server
or
mvn jetty:run
- Starting command-line client app
bin/sensei-client.sh client-conf