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

Latest commit

 

History

History
45 lines (24 loc) · 979 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 979 Bytes

What is Sensei

(http://www.senseidb.com/)

Sensei is a distributed, elastic realtime searchable database.


Wiki

Wiki is available at:

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

Issues

Issues are tracked at:

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

Mailing List / Discussion Group

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

Getting Started

  1. Build

     ./bin/build.sh
    
  2. Start ZooKeeper

     ./bin/zookeeper-server-start.sh resources/zookeeper.properties
    
  3. Run a search node(s)

     bin/start-sensei-node.sh example/cars/conf
    
  4. Starting command-line client app

     bin/sensei-client.sh host port (default: localhost 8080)
    

And/Or:

Go to web console: http://localhost:8080