EventCatalog surfaces event-driven patterns
An AI-powered EventCatalog repo for distributed-systems architecture landed on social feeds, offering visual, event-driven patterns that are practical for backend optimization and infra interviews. It’s a ready-made reference for designing event buses, workflows, and observability in high-throughput services. (x.com)
The EventCatalog GitHub repository (event-catalog/eventcatalog) shows 2,137 stars and a last push timestamp of April 23, 2025, indicating active maintenance and community interest. (awesome.ecosyste.ms) The project’s official site reports more than 31,000 catalogs created and lists customers including Nike, AWS, and GOV.UK as users of the tooling. (eventcatalog.dev) EventCatalog Studio is offered as a separate visual designer that stores diagrams as code, keeps data local by default, and supports Git-backed versioning and auditable diffs for architecture changes. (eventcatalog.studio) A dedicated EventCatalog Studio repository provides the visual editor and collaboration features alongside the main catalog project, with the org also maintaining multiple integration and generator repos. (github.com) The EventCatalog organization publishes generators and plugins for platforms such as Amazon EventBridge, AsyncAPI, and OpenAPI, plus an "eventcatalog-ai-demo" that was updated Dec 2, 2024. (github.com) Documentation describes a GitHub plugin that can sync schemas (public or private) into an EventCatalog and map those schemas to producers, consumers, domains, and owners. (eventcatalog.dev) The project provides a CLI bootstrap (npx @eventcatalog/create-eventcatalog@latest my-catalog) and a published core package on npm (@eventcatalog/core) for quick catalog creation and local development. (npmjs.com)