Hacker News new | ask | show | jobs
by h4kor 410 days ago
I'm working on my own mini time series database.

It only stores (timestamped) floating point values with a series id and uses a B+Tree as the backing data structure. Querying is done with a lisp-like query language.