Sidewinder is a timeseries database designed for speed and scalability. It's purpose is to provide storage, retrieval and analysis for time series data generated over the last few days. It can be used to power dashboards and real-time correlations for time series data at scale.
- Query Language
- Grafana Templating
- Fast: ingest 2 million datapoints a second!
- Multi-purpose: store application metrics or IoT data
- Disk & Memory: store data in-memory or persist to disk
Sidewinder uses either pure in-memory buffers or memory mapped disk storage providing fast reads and writes without any need for expensive disks.
Provides integrations with collectd, telegraf, influx db etc.
Sidewinder offers a standard REST API to query and perform database operations.
Grafana is an industry defacto for dashboards and visualizations. Sidewinder has it's own Grafana datasource which once installed can be used to connect to the database for creating visualizations.
Releases can be access through the Sidewinder releases page: https://github.com/srotya/sidewinder/releases
Sidewinder Jars can be found on Maven Central
Docker images are available docker pull srotya/sidewinder:latest
http://sidewinder.srotya.com/docs/#/deployment/install
http://sidewinder.srotya.com/docs/
Sidewinder is licensed under Apache 2.0, Copyright 2017 Ambud Sharma and contains sources from other projects documented in the LICENSE file.