Provide functionality for users to be able to direct, or archive, flow data to different backends based on time.
Example:
transfer:
- source: mysql
destination: timescaledb
older_than: 30
- source: timescaledb
destination: somewhereelse
older_than: 180
Provide functionality for users to be able to direct, or archive, flow data to different backends based on time.
Example: