Live Demo

Running the Pipeline in Real Time

Demonstration Sequence
1
Start the simulator
Launch the self-contained run and confirm the market-data pipeline begins processing immediately.
2
Validate incoming data
Show that invalid records are identified and isolated while valid ticks continue through the system.
3
Observe live decisions
Watch regional engines receive the relevant signals and publish trading decisions as the feed advances.
4
Review portfolio reports
Close the demo by connecting the final reports back to the architecture and pattern responsibilities.
What The Audience Should Notice
Failure visibility
Validation
Bad market records are visible as controlled failures, not silent data loss.
Continuous message flow
Integration
The feed moves from ingestion to statistics, decisions, and reporting without manual intervention.
Independent engines
Strategy
Each region reacts only to the signals it needs, proving selective consumption and aggregation.
Runtime Proof
The demo ties the architecture diagram to observable system behavior.
Final Report
The run ends with a consolidated portfolio summary for all regions.
Demo objective: make the architecture and design patterns visible through live system behavior. Focus: validation, routing, decisions, and reporting.