Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kairosdb/kairosdb
Fast scalable time series database
https://github.com/kairosdb/kairosdb
java kairosdb metrics timeseries timeseries-database
Last synced: 6 days ago
JSON representation
Fast scalable time series database
- Host: GitHub
- URL: https://github.com/kairosdb/kairosdb
- Owner: kairosdb
- License: apache-2.0
- Created: 2013-02-05T22:27:48.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-09T19:30:35.000Z (7 months ago)
- Last Synced: 2024-11-11T18:11:38.732Z (about 1 month ago)
- Topics: java, kairosdb, metrics, timeseries, timeseries-database
- Language: Java
- Homepage:
- Size: 47.9 MB
- Stars: 1,740
- Watchers: 116
- Forks: 344
- Open Issues: 136
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-data-engineering - kairosdb - Fast scalable time series database. (Databases)
- starred-awesome - kairosdb - Fast scalable time series database (Java)
- awesome-quant - kairosdb/kairosdb: Fast scalable time series database - 基于Cassandra的时间序列数据库 (数据库)
README
![KairosDB](webroot/img/kairosdb.png)
[![Build Status](https://travis-ci.org/kairosdb/kairosdb.svg?branch=develop)](https://travis-ci.org/kairosdb/kairosdb)KairosDB is a fast distributed scalable time series database written on top of Cassandra.
## Documentation
Documentation is found [here](http://kairosdb.github.io/website/).
[Frequently Asked Questions](https://github.com/kairosdb/kairosdb/wiki/Frequently-Asked-Questions)
## Installing
Download the latest [KairosDB release](https://github.com/kairosdb/kairosdb/releases).
Installation instructions are found [here](http://kairosdb.github.io/docs/build/html/GettingStarted.html)
If you want to test KairosDB in Kubernetes please follow the instructions from [KairosDB Helm chart](deployment/helm/README.md).
## Getting Involved
Join the [KairosDB discussion group](https://groups.google.com/forum/#!forum/kairosdb-group).
## Contributing to KairosDB
Contributions to KairosDB are **very welcome**. KairosDB is mainly developed in Java, but there's a lot of tasks for non-Java programmers too, so don't feel shy and join us!
What you can do for KairosDB:
- [KairosDB Core](https://github.com/kairosdb/kairosdb): join the development of core features of KairosDB.
- [Website](https://github.com/kairosdb/kairosdb.github.io): improve the KairosDB website.
- [Documentation](https://github.com/kairosdb/kairosdb/wiki/Contribute:-Documentation): improve our documentation, it's a very important task.If you have any questions about how to contribute to KairosDB, [join our discussion group](https://groups.google.com/forum/#!forum/kairosdb-group) and tell us your issue.
## License
The license is the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)