All Projects → cnosdb → cnosdb

cnosdb / cnosdb

Licence: AGPL-3.0 license
An Open Source Distributed Time Series Database with high performance, high compression ratio and high usability.

Programming Languages

rust
11053 projects
Makefile
30231 projects

Projects that are alternatives of or similar to cnosdb

Timesynth
A Multipurpose Library for Synthetic Time Series Generation in Python
Stars: ✭ 170 (-80.19%)
Mutual labels:  timeseries, time-series
downsample
Collection of several downsampling methods for time series visualisation purposes.
Stars: ✭ 50 (-94.17%)
Mutual labels:  timeseries, time-series
Tibbletime
Time-aware tibbles
Stars: ✭ 175 (-79.6%)
Mutual labels:  timeseries, time-series
Gorilla Tsc
Implementation of time series compression method from the Facebook's Gorilla paper
Stars: ✭ 147 (-82.87%)
Mutual labels:  timeseries, time-series
ticktock
An OpenTSDB-like time series database, with much better performance.
Stars: ✭ 34 (-96.04%)
Mutual labels:  time-series, time-series-database
Java Timeseries
Time series analysis in Java
Stars: ✭ 155 (-81.93%)
Mutual labels:  timeseries, time-series
tempo
API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
Stars: ✭ 212 (-75.29%)
Mutual labels:  timeseries, time-series
Kaggle Web Traffic
1st place solution
Stars: ✭ 1,641 (+91.26%)
Mutual labels:  timeseries, time-series
greycat
GreyCat - Data Analytics, Temporal data, What-if, Live machine learning
Stars: ✭ 104 (-87.88%)
Mutual labels:  time-series, distributed-database
timemachines
Predict time-series with one line of code.
Stars: ✭ 342 (-60.14%)
Mutual labels:  timeseries, time-series
Sweep
Extending broom for time series forecasting
Stars: ✭ 143 (-83.33%)
Mutual labels:  timeseries, time-series
microprediction
If you can measure it, consider it predicted
Stars: ✭ 158 (-81.59%)
Mutual labels:  timeseries, time-series
Indicators.jl
Financial market technical analysis & indicators in Julia
Stars: ✭ 130 (-84.85%)
Mutual labels:  timeseries, time-series
Khiva
An open-source library of algorithms to analyse time series in GPU and CPU.
Stars: ✭ 161 (-81.24%)
Mutual labels:  timeseries, time-series
Simplestockanalysispython
Stock Analysis Tutorial in Python
Stars: ✭ 126 (-85.31%)
Mutual labels:  timeseries, time-series
Flot Downsample
Downsample plugin for Flot charts.
Stars: ✭ 186 (-78.32%)
Mutual labels:  timeseries, time-series
Tsmoothie
A python library for time-series smoothing and outlier detection in a vectorized way.
Stars: ✭ 109 (-87.3%)
Mutual labels:  timeseries, time-series
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+122.61%)
Mutual labels:  timeseries, time-series
Lightkurve
A friendly package for Kepler & TESS time series analysis in Python.
Stars: ✭ 232 (-72.96%)
Mutual labels:  timeseries, time-series
Deep XF
Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.
Stars: ✭ 83 (-90.33%)
Mutual labels:  timeseries, time-series

codebeat badge GitHub

English | 简体中文

CnosDB is An Open Source Distributed Time Series Database with high performance, high compression ratio and high usability.

CnosDB Isipho is an original new version of CnosDB which use Rust, Apache Arrow and DataFusion to build.

Design Objectives of CnosDB Isipho

To design and develop a high performance, high compression ratio, highly available, distributed cloud native time series database, which meets the following objectives.

Storage

  • Separate storage and computation; theoretically uncapped support time series expansion; support horizontal/vertical scaling.
  • Focus performance and cost balance; high performance io, Run-to-Completion scheduling model, support for hierarchical storage using object storage.
  • Lossy compression with reduced precision at the user's option.

Query

  • Implemented query engine by using Apache Arrow and Datafusion.
  • Support for vectorized execution of the query engine to execute complex query statements.
  • Support for standard SQL, Flux, rich aggregate queries and arithmetic.

Ecology

  • Design for multi-tenant-oriented, providing more configuration parameters, able to provide more flexible configuration of resources.
  • CDC, WAL can provide subscription and distribution to other nodes, more flexible deploy and support.
  • Support Ecological compatibility with the K8s ecosystem, reducing shared memory.
  • Integration with other data ecosystems to support import/export of parquet files.
  • Be compatible with major international and domestic public cloud ecosystems.

Roadmap

Join the community

All developers/users who love time series databases are welcome to participate in the CnosDB User Group. Scan the QR code below and add CC to join the group.

Please check Instructions for joining the group beforehand.

Contributing

Contact

We are hiring

  • If you want to get a job of full-time/part-time/intern, please send us resume by email [email protected]

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].