perkss / ontimedb

Scalable and fast data store optimised for time series data such as financial data, events, metrics for real time analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnTimeDB

Scalable and fast data store optimised for time series data such as financial data, events, metrics for real time analysis

OnTimeDB is a time series data written in C to be extremely efficient and scalable.

Running with Bazel

bazel build

bazel run bin:ontimedb

Run the main tests bazel test --test_output=all test:ontimedb_test

Run the library tests cd OnTimeDbLib bazel test --test_output=all test:ontimedblib_test

Design and Implementation

Please check the Wiki for detailed information.

We are currently in the design phase and we wish for ideas and contributions on the design. Please get involved.

Storage

Replication

Consistency

Conflict Free Resolution Data Type

Leader Election

Contributing

Please read the contributing section.

About

Scalable and fast data store optimised for time series data such as financial data, events, metrics for real time analysis

License:MIT License


Languages

Language:Python 38.2%Language:C++ 27.6%Language:Starlark 18.2%Language:C 16.0%