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

LinkedInAttic/sensei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e17e649 · Jun 20, 2014
Mar 6, 2011
Oct 2, 2011
May 2, 2012
May 22, 2014
Dec 18, 2012
Jun 21, 2013
Jun 12, 2013
Dec 18, 2012
Feb 3, 2014
Jan 23, 2012
Jul 8, 2013
Jun 20, 2014
Jun 19, 2014
Jan 29, 2014
Jun 21, 2013
Jun 21, 2013
Jun 21, 2013
Nov 18, 2013
Dec 7, 2012
Aug 27, 2012
Jan 21, 2012
May 27, 2014
Jan 11, 2012
Jun 7, 2013
Jun 20, 2014
Dec 18, 2012
Jun 11, 2013

Repository files navigation

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