Introducing Riak TS

Riak TS is a distributed NoSQL database and key/value store optimized for fast reads and writes of time series data.
It provides a rich set of feature like data co-location and range queries, which make queries faster and easier to run.

Seek Wisdom

Overview

The Riak product line includes Riak KV, Riak S2, and Riak TS

Riak KV — Store unstructured data (JSON, XML, HTML, binaries)

Riak S2 — Large object storage (TB & PB)

Riak TS — Optimized for time series data

These Storage Instances are part of the Basho Data Platform.

Basho Data Platform Riak TS

Optimized Data Store

Query large amounts of time series data efficiently
by storing related data next to each other.

Optimize

Data Modeling

Key/value NoSQL data model provides flexibility.
Developers can define their own schema using DLL.

Data Modeling

Writing Data

Riak TS allows you to write multiple rows of data at a time
by simply putting the data in a list.

Write Data

Reading Data

Riak TS enables range queries, which enable you
to read data within a specific time period.

Read Data