https://github.com/ozontech/ch-rollup
Rollup your ClickHouse database
https://github.com/ozontech/ch-rollup
clickhouse database golang
Last synced: about 1 year ago
JSON representation
Rollup your ClickHouse database
- Host: GitHub
- URL: https://github.com/ozontech/ch-rollup
- Owner: ozontech
- License: apache-2.0
- Created: 2025-04-11T11:29:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T22:29:23.000Z (about 1 year ago)
- Last Synced: 2025-04-14T19:18:29.481Z (about 1 year ago)
- Topics: clickhouse, database, golang
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ch-rollup [](https://pkg.go.dev/github.com/ozontech/ch-rollup) [](https://github.com/ozontech/ch-rollup/actions/workflows/test.yml) [](https://github.com/ozontech/ch-rollup/actions/workflows/lint.yml)
What is **ch-rollup**? It is a library that roll up (continuously aggregates) data in ClickHouse. The essence is that when storing time series data with a one-minute interval, we can analyze these data well, but after some time, we no longer need such high precision and would like to reduce this precision to store less data. For example, after storing data for a month, we might want to aggregate it to an hourly level. This means taking sixty points per hour, finding the average RPS/RT/etc, and recording it.
## Documentation
Learn how to use **ch-rollup**.
- [Installation](docs/installation.md)
- [Example](example)
- [Design](docs/design.md)
- [Motivation](docs/motivation.md)
## Known limitations
- [Doesn't support replicas.](https://github.com/ozontech/ch-rollup/issues/7)
## Roadmap
The features we want to do are described in the [issues](https://github.com/ozontech/ch-rollup/issues).
## License
[Apache License Version 2.0](LICENSE)
## Copyright
Copyright 2025 LLC "Ozon Technologies"