sidewinder-dist

A timeseries database

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки
Группа

Группа

com.srotya.sidewinder
Идентификатор

Идентификатор

dist
Последняя версия

Последняя версия

0.2.13
Дата

Дата

Тип

Тип

pom
Описание

Описание

sidewinder-dist
A timeseries database

Скачать dist

Имя Файла Размер
dist-0.2.13.pom 731 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/ -->
<dependency>
    <groupId>com.srotya.sidewinder</groupId>
    <artifactId>dist</artifactId>
    <version>0.2.13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/
implementation 'com.srotya.sidewinder:dist:0.2.13'
// https://jarcasting.com/artifacts/com.srotya.sidewinder/dist/
implementation ("com.srotya.sidewinder:dist:0.2.13")
'com.srotya.sidewinder:dist:pom:0.2.13'
<dependency org="com.srotya.sidewinder" name="dist" rev="0.2.13">
  <artifact name="dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.srotya.sidewinder', module='dist', version='0.2.13')
)
libraryDependencies += "com.srotya.sidewinder" % "dist" % "0.2.13"
[com.srotya.sidewinder/dist "0.2.13"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • standalone

Sidewinder

Build Status codecov Maven Central Docker Pulls Slack Join the chat at https://gitter.im/srotya/sidewinder

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 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

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.

com.srotya.sidewinder

Srotya

Версии библиотеки

Версия
0.2.13
0.2.12
0.2.3
0.2.2
0.2.1
0.2.0
0.0.37
0.0.36
0.0.33
0.0.32
0.0.31