This directory stores the DB implementation and core algorithms.
| File | Description |
|---|---|
| db | Allows access to timelines by key and provides put and query interfaces |
| timeline | Each timeline is a times series for a specific key. Implements the core time series algorithms supporting put and query |