TraderX is a simple, distributed reference application for exploring trading workflows in financial services. It is intentionally approachable and non-production, and is meant for education, experimentation, and demos.
- Overview for architecture and the C4-inspired diagram.
- Flows for sequence diagrams of core user journeys.
- Code map for links to each service.
- The Running TraderX guide for run options (manual, Docker, Kubernetes/Tilt).
overview.mdcontains the architectural diagram and links to system context.flows.mdcontains sequence diagrams for key workflows.code.mdlinks to each service root.home.mdx,roadmap.mdx,running.md, andproject-history.mdare Docusaurus site pages.c4/contains the original C4 DSL and rendered image.
- Keep diagrams in
overview.mdandflows.mdin sync with service behavior. - If APIs change, refresh the generated OpenAPI specs (
*/openapi.json) withscripts/generate-openapi.shand link any new endpoints. - Prefer small, focused edits that keep the docs approachable for first-time users.