Overview

TreodeDB is a distributed key-value store that provides atomic multirow writes, and it works well for RESTful services. It connects to Spark for analytics, it batches updates for search indexes, and it integrates well with CDNs for speed.

arch

RESTful Transactions

TreodeDB maintains tables of rows, each row being a key and value, and it keeps past values back to some configurable point in time. It provides a type of database transaction called the conditional batch write. The walkthrough on read, write and scan explains the details.

Administration

You may attach new disks to a live server and drain existing disks from it. You may install new machines in the cluster or remove old ones. The walkthroughs on disks and peers have more details.