Expand description
Operational disruption modeling.
Models realistic operational disruptions that can be injected into generated data:
- System outages (missing data windows)
- Migration artifacts (format changes, dual-running periods)
- Process changes (workflow shifts, policy changes)
- Data recovery patterns (backfill, catch-up processing)
Structs§
- Disruption
Effect - Effects that a disruption can have on generated data.
- Disruption
Event - A disruption event with timing and effects.
- Disruption
Manager - Manages disruption scenarios for data generation.
- Migration
Config - Configuration for a system migration.
- Outage
Config - Configuration for a system outage.
- Process
Change Config - Configuration for process changes.
- Recovery
Config - Configuration for data recovery scenarios.
- Regulatory
Config - Configuration for regulatory changes.
Enums§
- Disruption
Type - Types of operational disruptions.
- Format
Change - Types of format changes during migration.
- Migration
Issue - Issues that can occur during migration.
- Outage
Cause - Cause of an outage.
- Process
Change Type - Types of process changes.
- Recovered
Data Quality - Quality level of recovered data.
- Recovery
Mode - How data was recovered after an outage.
- Recovery
Type - Types of data recovery.
- Regulatory
Change Type - Types of regulatory changes.
Functions§
- compute_
disruption_ effect - Apply disruption effects to determine how data should be generated.