CerebusOSS / ella

A streaming time-series datastore for low-latency applications
https://docs.rs/ella/
Apache License 2.0
2 stars 0 forks source link

Feature: materialized views #5

Open sydduckworth opened 1 year ago

sydduckworth commented 1 year ago

Materialized views are implemented as an option in the API, but the actual backend implementation isn't complete.

Most of the on-disk persistence logic was implemented specifically for Topics, so it will likely need to be made a bit more generic and should probably be moved out of the topic module.