- Source Code
- https://github.com/LinkedInAttic/sensei[02]
- Developer
- Country of Origin
- US
- Start Year
- 2012 [08]
- End Year
- 2013 [11]
- Project Type
- Open Source
- Written in
- Java
- Supported Languages
- Python
- Operating System
- All OS with Java VM
- License
- Apache v2
Concurrency Control[04]
SenseiDB partitions its data within the system to improve processing speed, but it only accepts a single data stream at a time.
Data Model[05]
A SenseiDB instance is a table of data that is organized into columns. Each column may fall into one of the supported types: string, int, long, short, float, double, char, date, text.
Indexes[06][07]
SenseiDB applies an indexing manager called Zoie, which is a real-time search and indexing system supporting forward-rolling indexing.
Query Interface[09]
Browsing Query Language (BQL) is supported by SenseiDB, which has the similar syntax to SQL.
System Architecture[10]
The entire database is partitioned into a number of shards. Each shard is replicated across N nodes so that there might be more than one shards in a single node. Below is an example of a Sensei cluster.

Citations
11 sources- SenseiDB - Home github.io
- GitHub - LinkedInAttic/sensei: distributed realtime searchable database · GitHub github.com
- SenseiDB - Overview github.io
- SenseiDB - Data Guarantees github.io
- Data Modeling github.io
- Chapter 5. Indexing github.io
- Zoie realtime indexing and search system github.io
- SenseiDB Released! github.io
- Chapter 10. BQL: Browsing Query Language github.io
- SenseiDB - Cluster Overview github.io
- SenseiDB 1.6.0 Released! github.io
Revision #8