# sensei **Repository Path**: mirrors_DataDog/sensei ## Basic Information - **Project Name**: sensei - **Description**: distributed realtime searchable database - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README What is Sensei =============== ([http://www.senseidb.com/](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](http://linkedin.jira.com/wiki/display/SENSEI/Home) ### Issues Issues are tracked at: [http://linkedin.jira.com/browse/SENSEI](http://linkedin.jira.com/browse/SENSEI) ### Mailing List / Discussion Group [http://groups.google.com/group/sensei-search](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 5. Starting command-line client app bin/sensei-client.sh host port (default: localhost 8080) And/Or: Go to web console: [http://localhost:8080](http://localhost:8080)