helixdb
helixdb copied to clipboard
HelixDB is a time-series oriented Key-Value store written in Rust.
Results
2
helixdb issues
Sort by
recently updated
recently updated
newest added
Hey, I saw that your logo could use a little more colour and thought I'd make something. Please let me know if you want it to be something different. :D
Currently, the only user-facing iterator implementation is `TimeIterator`. Which holds lots of underlying internal iterators to gather data from shards. It works like this: > (ts 0, key 1) ->...
enhancement