Scenarios
Each scenario is a complete, end-to-end walkthrough of a real business problem solved with Business Events. Every scenario includes:
- A business context explaining the problem
- A flow diagram showing the architecture
- The event schema definition
- Code snippets for the publisher
- Configuration for the consumer
Available scenarios
| # | Scenario | Publisher | Consumer |
|---|---|---|---|
| 1 | Sales Volume Alert | Notebook | Activator |
| 2 | Low Stock Threshold | User Data Function | Eventhouse |
| 3 | Real-Time Stream Alert | Eventstream | Activator |
| 4 | Data Lineage Audit | Notebook | Eventhouse |
| 5 | Business Automation Loop | Activator | Activator |
How to read a scenario
Each scenario follows the same structure:
- Business context: the real-world problem and why it matters
- Architecture: flow diagram of the solution
- Event schema: the Business Event definition
- Publisher: how to publish the event from the source workload
- Consumer: how to consume and react to the event