Skip to content

EventCatalog — Forma3D.Connect

Browsable architecture catalog documenting domains, services, events, commands, and queries for the Forma3D.Connect microservice platform.

Live Instance

Staging: https://staging-connect-eventcatalog.forma3d.be

Local Development

cd docs/03-architecture/eventcatalog
npm install
npm run dev

Opens at http://localhost:3000

Relationship to Other Docs

  • C4 Model (../c4-model/) — Structural views (context, container, component, code, deployment). EventCatalog cross-references these but does not duplicate them.
  • ADRs (../adr/) — Architecture Decision Records. Remain separate.
  • Sequences (../sequences/) — Detailed PlantUML sequence diagrams. EventCatalog links to these.
  • State Machines (../state-machines/) — State machine diagrams. Remain separate.
  • Events README (../events/README.md) — Legacy manual event catalog, superseded by this EventCatalog.

AI Integration (MCP Server)

EventCatalog includes a built-in MCP server for AI tools (Cursor). See docs/04-development/environment-setup.md for connection instructions.