Elite Track / Event Driven Architecture Lab¶
Home: README
Learn Your Way¶
| Read | Build | Watch | Test | Review | Visualize | Try |
|---|---|---|---|---|---|---|
| — | This project | — | — | Flashcards | — | — |
Focus¶
- elite systems engineering practice with explicit evidence and tradeoffs
Why this project exists¶
Simulate event contracts, ordering, idempotency, and replay safety.
Run (copy/paste)¶
Use <repo-root> as the folder containing this repository's README.md.
cd <repo-root>/projects/elite-track/06-event-driven-architecture-lab
python project.py --input data/sample_input.txt --output data/output_summary.json --run-id smoke-check
pytest -q
Expected terminal output¶
Expected artifacts¶
data/output_summary.json- Passing tests
- Updated
notes.md
Alter it (required)¶
- Add one resilience improvement.
- Add one observability improvement.
- Re-run script and tests.
Break it (required)¶
- Remove or corrupt one input line.
- Confirm behavior fails safely.
- Capture error and root cause.
Fix it (required)¶
- Add guard/validation logic.
- Add or update tests.
- Re-run until deterministic and passing.
Explain it (teach-back)¶
- What tradeoff did you make and why?
- What failure mode mattered most?
- How would this design scale in production?
Mastery check¶
You can move on when you can: - explain architecture and failure boundaries, - run and validate output without docs, - defend one design tradeoff with evidence.
Related Concepts¶
Next¶
- Continue to 07-observability-slo-platform.
- Return to elite track index.
| ← Prev | Home | Next → |
|---|---|---|