Read Uncommitted
The users are responsible for guaranteeing data isolation.
Not Supported
SenseiDB partitions its data within the system to improve processing speed, but it only accepts a single data stream at a time.
Hash Table
SenseiDB applies an indexing manager called Zoie, which is a real-time search and indexing system supporting forward-rolling indexing.
Joins are not supported in SenseiDB since it is not a strictly relational database.
Custom API
Browsing Query Language (BQL) is supported by SenseiDB, which has the similar syntax to SQL.
Column Family / Wide-Column
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.
http://senseidb.github.io/sensei/
https://github.com/linkedin/sensei
http://senseidb.github.io/sensei/overview.html
LinkedIn
US
2012
2013
Open Source
Java
Python
All OS with Java VM
Apache v2