Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srotya/sidewinder
Fast and scalable timeseries database
https://github.com/srotya/sidewinder
correlation dashboard database grafana iot jdbc metrics monitoring real-time scalability sidewinder sql sql-query storm time-series timeseries timeseries-database tsdb visualization
Last synced: 21 days ago
JSON representation
Fast and scalable timeseries database
- Host: GitHub
- URL: https://github.com/srotya/sidewinder
- Owner: srotya
- License: apache-2.0
- Created: 2017-01-18T04:44:44.000Z (almost 8 years ago)
- Default Branch: development
- Last Pushed: 2020-06-19T08:17:12.000Z (over 4 years ago)
- Last Synced: 2024-10-02T03:04:11.722Z (about 1 month ago)
- Topics: correlation, dashboard, database, grafana, iot, jdbc, metrics, monitoring, real-time, scalability, sidewinder, sql, sql-query, storm, time-series, timeseries, timeseries-database, tsdb, visualization
- Language: Java
- Homepage: http://sidewinder.srotya.com
- Size: 3.64 MB
- Stars: 25
- Watchers: 6
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Sidewinder
[![Build Status](https://travis-ci.org/srotya/sidewinder.svg?branch=master)](https://travis-ci.org/srotya/sidewinder)
[![codecov](https://codecov.io/gh/srotya/sidewinder/branch/master/graph/badge.svg)](https://codecov.io/gh/srotya/sidewinder)
[![Maven Central](https://img.shields.io/maven-central/v/com.srotya.sidewinder/sidewinder-core.svg)](http://search.maven.org/#search%7Cga%7C1%7Ccom.srotya.sidewinder)
[![Docker Pulls](https://img.shields.io/docker/pulls/srotya/sidewinder.svg)](https://hub.docker.com/r/srotya/sidewinder/)
[![Slack](https://img.shields.io/badge/chat-on%20slack-green.svg)](https://srotya.slack.com/)
[![Join the chat at https://gitter.im/srotya/sidewinder](https://badges.gitter.im/srotya/sidewinder.svg)](https://gitter.im/srotya/sidewinder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)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.
# What's new?
- **ANSI SQL / JDBC Server**
- **Tag Key Value Index**
- **Performance Improvements**# Highlights
1. Fast: ingest 2 million datapoints a second!
2. Multi-purpose: store application metrics or IoT data
3. Disk & Memory: store data in-memory or persist to disk# Features
### Speed
Sidewinder uses either pure in-memory buffers or memory mapped disk storage providing fast reads and writes without any need for expensive disks.### Integrations
Provides integrations with collectd, influx etc.### SQL
Integrated with ANSI SQL and JDBC for easy data access### Grafana Support
[Grafana](http://grafana.org/) 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.
# Downloads
#### Releases
Releases can be access through the Sidewinder releases page: https://github.com/srotya/sidewinder/releases
#### Jar
Sidewinder Jars can be found on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Csidewinder)
#### Docker
Docker images are available ```docker pull srotya/sidewinder:latest```#### Install
http://sidewinder.srotya.com/docs/#/deployment/install
# Docs
http://sidewinder.srotya.com/docs/
# License
Sidewinder is licensed under Apache 2.0, Copyright 2017 Ambud Sharma and contains sources from other projects documented in the LICENSE file.