https://github.com/perkss/ontimedb
Scalable and fast data store optimised for time series data such as financial data, events, metrics for real time analysis
https://github.com/perkss/ontimedb
c database time-series timeseries
Last synced: about 2 months ago
JSON representation
Scalable and fast data store optimised for time series data such as financial data, events, metrics for real time analysis
- Host: GitHub
- URL: https://github.com/perkss/ontimedb
- Owner: perkss
- License: mit
- Created: 2022-01-08T07:58:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T20:05:41.000Z (over 4 years ago)
- Last Synced: 2025-02-24T02:31:34.773Z (over 1 year ago)
- Topics: c, database, time-series, timeseries
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/perkss/ontimedb/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](CONTRIBUTING.md) section.