Assassin

Peer-to-Peer

Assassin is a decentralized key-value DBMS written in JavaScript. It uses a peer-to-peer protocol to replicate data across multiple machines. It stores its meta-data catalog on top of the Hyperdrive distributed filesystem.

Checkpoints

Not Supported

Data Model

Key/Value

Assassin is a key/value store that supports mapping a key to its corresponding value.

Indexes

AVL-Tree

Isolation Levels

Read Uncommitted

Query Interface

Custom API

Storage Architecture

Disk-oriented

System Architecture

Shared-Nothing

People Also Viewed