Is there a powerful database system for time series data? [closed]
Most other answers seem to mention SQL based databases. NoSQL based databases are far superior at this kind of thing. Some Open source time-series databases: https://prometheus.io – Monitoring system and time series database http://influxdb.com/ – time series database with no external dependencies (only basic server is open-source) http://square.github.io/cube/ – Written ontop of MongoDB http://opentsdb.net/ – … Read more