Skip to content

ozontech/ch-rollup

Repository files navigation

ch-rollup Go Reference Test Lint

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.

Known limitations

Roadmap

The features we want to do are described in the issues.

License

Apache License Version 2.0

Copyright

Copyright 2025 LLC "Ozon Technologies"

About

Rollup your ClickHouse database

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks