Ask HN: What is the current state of the art in time series storage?

3 points by codebeaker ↗ HN
I'm researching viable (i.e. modern) alternatives to RRDTool, but it seems like it's never really been surpassed. There's Whisper (part of the Graphite project) which is still a disk orientated format.

I'm trying to avoid tools such as OpenTSDB which are pitched at people with dedicated monitoring infrastructure.

I'm sure for most scales something like a disk-backed (read: correctly configured) Redis instance would be sufficient, but there's no well documented prior art in this area as far as I can see?

1 comment

[ 3.9 ms ] story [ 16.4 ms ] thread
Whisper is great, I've used it for various projects. I don't know what state of the art will be but you can possibly look at Logstash.