@eventcatalog/core 3.35.0 → 3.35.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/analytics.cjs +1 -1
- package/dist/analytics/analytics.js +2 -2
- package/dist/analytics/log-build.cjs +1 -1
- package/dist/analytics/log-build.js +3 -3
- package/dist/{chunk-LUWCWNOR.js → chunk-4SNN54V4.js} +1 -1
- package/dist/{chunk-NEWQKEP7.js → chunk-B7C4DHFE.js} +1 -1
- package/dist/{chunk-DFLUDECO.js → chunk-JEQZWJWP.js} +1 -1
- package/dist/{chunk-Y5O6SCX3.js → chunk-R4DR3YAH.js} +1 -1
- package/dist/{chunk-B2LDVIVY.js → chunk-VJ357XOI.js} +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/docs/api/01-overview.md +74 -0
- package/dist/docs/api/02-config.md +937 -0
- package/dist/docs/api/03-domain-api.md +394 -0
- package/dist/docs/api/04-service-api.md +368 -0
- package/dist/docs/api/05-command-api.md +319 -0
- package/dist/docs/api/06-event-api.md +318 -0
- package/dist/docs/api/06-query-api.md +316 -0
- package/dist/docs/api/08-channel-api.md +317 -0
- package/dist/docs/api/08-code-blocks.md +53 -0
- package/dist/docs/api/09-flow-api.md +362 -0
- package/dist/docs/api/10-entity-api.md +285 -0
- package/dist/docs/api/11-data-api.md +268 -0
- package/dist/docs/api/12-data-product-api.md +416 -0
- package/dist/docs/api/_category_.json +12 -0
- package/dist/docs/cli/channels.md +180 -0
- package/dist/docs/cli/commands.md +183 -0
- package/dist/docs/cli/custom-docs.md +78 -0
- package/dist/docs/cli/data-products.md +177 -0
- package/dist/docs/cli/data-stores.md +166 -0
- package/dist/docs/cli/diagrams.md +147 -0
- package/dist/docs/cli/domains.md +280 -0
- package/dist/docs/cli/entities.md +138 -0
- package/dist/docs/cli/events.md +186 -0
- package/dist/docs/cli/export.md +27 -0
- package/dist/docs/cli/governance.md +24 -0
- package/dist/docs/cli/import.md +26 -0
- package/dist/docs/cli/index.md +121 -0
- package/dist/docs/cli/messages.md +69 -0
- package/dist/docs/cli/queries.md +183 -0
- package/dist/docs/cli/services.md +266 -0
- package/dist/docs/cli/snapshots.md +44 -0
- package/dist/docs/cli/teams.md +75 -0
- package/dist/docs/cli/users.md +75 -0
- package/dist/docs/cli/utilities.md +43 -0
- package/dist/docs/contributing/01-overview.md +186 -0
- package/dist/docs/contributing/_category_.json +12 -0
- package/dist/docs/development/00-why-eventcatalog.md +87 -0
- package/dist/docs/development/01-fundamentals.md +34 -0
- package/dist/docs/development/01-getting-started/_category_.json +12 -0
- package/dist/docs/development/01-getting-started/configuration-overview.md +124 -0
- package/dist/docs/development/01-getting-started/develop-and-build.md +71 -0
- package/dist/docs/development/01-getting-started/installation.md +103 -0
- package/dist/docs/development/01-getting-started/project-structure.md +269 -0
- package/dist/docs/development/_category_.json +12 -0
- package/dist/docs/development/_getting-started.mdx +15 -0
- package/dist/docs/development/agent-resources/_category_.json +6 -0
- package/dist/docs/development/agent-resources/eventcatalog-skills.md +17 -0
- package/dist/docs/development/agent-resources/llms-full.md +17 -0
- package/dist/docs/development/agent-resources/llms.md +17 -0
- package/dist/docs/development/ask-your-architecture/01-intro.md +89 -0
- package/dist/docs/development/ask-your-architecture/02-eventcatalog-assistant/01-what-is-eventcatalog-assistant.md +23 -0
- package/dist/docs/development/ask-your-architecture/02-eventcatalog-assistant/02-configuration.md +72 -0
- package/dist/docs/development/ask-your-architecture/02-eventcatalog-assistant/03-bring-your-own-tools.md +385 -0
- package/dist/docs/development/ask-your-architecture/02-eventcatalog-assistant/_category_.json +11 -0
- package/dist/docs/development/ask-your-architecture/03-mcp-server/_category_.json +12 -0
- package/dist/docs/development/ask-your-architecture/03-mcp-server/getting-started.md +216 -0
- package/dist/docs/development/ask-your-architecture/03-mcp-server/introduction.md +47 -0
- package/dist/docs/development/ask-your-architecture/04-skills/01-introduction.md +40 -0
- package/dist/docs/development/ask-your-architecture/04-skills/02-installation.md +60 -0
- package/dist/docs/development/ask-your-architecture/04-skills/_category_.json +11 -0
- package/dist/docs/development/ask-your-architecture/05-slack-integration/01-introduction.md +63 -0
- package/dist/docs/development/ask-your-architecture/05-slack-integration/02-slack-app-setup.md +154 -0
- package/dist/docs/development/ask-your-architecture/05-slack-integration/03-installation.md +169 -0
- package/dist/docs/development/ask-your-architecture/05-slack-integration/04-deployment.md +236 -0
- package/dist/docs/development/ask-your-architecture/05-slack-integration/05-usage.md +140 -0
- package/dist/docs/development/ask-your-architecture/05-slack-integration/06-troubleshooting.md +268 -0
- package/dist/docs/development/ask-your-architecture/05-slack-integration/_category_.json +12 -0
- package/dist/docs/development/ask-your-architecture/_category_.json +12 -0
- package/dist/docs/development/authentication/01-introduction.md +78 -0
- package/dist/docs/development/authentication/02-enabling-authentication.md +152 -0
- package/dist/docs/development/authentication/07-rbac-middleware.md +269 -0
- package/dist/docs/development/authentication/_category_.json +11 -0
- package/dist/docs/development/authentication/providers/03-setting-up-github.md +83 -0
- package/dist/docs/development/authentication/providers/03a-setting-up-google.md +92 -0
- package/dist/docs/development/authentication/providers/04-setting-up-azure-ad.md +100 -0
- package/dist/docs/development/authentication/providers/05-setting-up-okta.md +105 -0
- package/dist/docs/development/authentication/providers/06-setting-up-auth0.md +106 -0
- package/dist/docs/development/authentication/providers/_category_.json +11 -0
- package/dist/docs/development/bring-your-own-documentation/01-introduction.md +48 -0
- package/dist/docs/development/bring-your-own-documentation/_category_.json +12 -0
- package/dist/docs/development/bring-your-own-documentation/custom-pages/01-introduction.md +60 -0
- package/dist/docs/development/bring-your-own-documentation/custom-pages/02-adding-custom-docs.md +207 -0
- package/dist/docs/development/bring-your-own-documentation/custom-pages/03-components.md +46 -0
- package/dist/docs/development/bring-your-own-documentation/custom-pages/04-owners.md +45 -0
- package/dist/docs/development/bring-your-own-documentation/custom-pages/_category_.json +11 -0
- package/dist/docs/development/bring-your-own-documentation/resource-docs/01-introduction.md +34 -0
- package/dist/docs/development/bring-your-own-documentation/resource-docs/02-adding-resource-docs.md +143 -0
- package/dist/docs/development/bring-your-own-documentation/resource-docs/03-categories.md +68 -0
- package/dist/docs/development/bring-your-own-documentation/resource-docs/04-versioning.md +45 -0
- package/dist/docs/development/bring-your-own-documentation/resource-docs/_category_.json +11 -0
- package/dist/docs/development/components/04-snippets.md +134 -0
- package/dist/docs/development/components/05-using-components.md +67 -0
- package/dist/docs/development/components/07-resource-references.md +136 -0
- package/dist/docs/development/components/_category_.json +12 -0
- package/dist/docs/development/components/components/01-accordian.md +41 -0
- package/dist/docs/development/components/components/02-accordian-group.md +57 -0
- package/dist/docs/development/components/components/03-admonitions.md +43 -0
- package/dist/docs/development/components/components/04-attachments.md +56 -0
- package/dist/docs/development/components/components/05-channel-information.md +29 -0
- package/dist/docs/development/components/components/06-design.md +66 -0
- package/dist/docs/development/components/components/07-entitymap.md +71 -0
- package/dist/docs/development/components/components/08-flow.md +46 -0
- package/dist/docs/development/components/components/09-link.md +32 -0
- package/dist/docs/development/components/components/10-mermaid-file-loader.md +63 -0
- package/dist/docs/development/components/components/11-message-table.md +43 -0
- package/dist/docs/development/components/components/12-nodegraph.md +167 -0
- package/dist/docs/development/components/components/13-openapi.md +55 -0
- package/dist/docs/development/components/components/14-prompt.md +69 -0
- package/dist/docs/development/components/components/15-remote-schema.md +174 -0
- package/dist/docs/development/components/components/16-resource-group-table.md +86 -0
- package/dist/docs/development/components/components/17-resource-link.md +57 -0
- package/dist/docs/development/components/components/18-schema.md +44 -0
- package/dist/docs/development/components/components/19-schema-viewer.md +69 -0
- package/dist/docs/development/components/components/20-steps.md +83 -0
- package/dist/docs/development/components/components/21-tabs.md +55 -0
- package/dist/docs/development/components/components/22-tiles.md +53 -0
- package/dist/docs/development/components/components/23-visibility.md +61 -0
- package/dist/docs/development/components/components/_category_.json +12 -0
- package/dist/docs/development/components/diagram-syntax/01-mermaid.md +218 -0
- package/dist/docs/development/components/diagram-syntax/02-plantuml.md +140 -0
- package/dist/docs/development/components/diagram-syntax/03-structurizr.md +24 -0
- package/dist/docs/development/components/diagram-syntax/04-icepanel.md +75 -0
- package/dist/docs/development/components/diagram-syntax/_category_.json +12 -0
- package/dist/docs/development/components/external-diagram-embeds/01-miro.md +64 -0
- package/dist/docs/development/components/external-diagram-embeds/02-lucid.md +47 -0
- package/dist/docs/development/components/external-diagram-embeds/03-drawio.md +46 -0
- package/dist/docs/development/components/external-diagram-embeds/04-figjam.md +44 -0
- package/dist/docs/development/components/external-diagram-embeds/05-icepanel.md +68 -0
- package/dist/docs/development/components/external-diagram-embeds/_category_.json +12 -0
- package/dist/docs/development/customization/01-customize-landing-page.md +155 -0
- package/dist/docs/development/customization/02-themes.md +429 -0
- package/dist/docs/development/customization/06-customize-tables.md +194 -0
- package/dist/docs/development/customization/_category_.json +12 -0
- package/dist/docs/development/customization/custom-components/00-what-is-mdx.md +73 -0
- package/dist/docs/development/customization/custom-components/01-introduction.md +28 -0
- package/dist/docs/development/customization/custom-components/02-adding-components.md +145 -0
- package/dist/docs/development/customization/custom-components/03-component-styling.md +27 -0
- package/dist/docs/development/customization/custom-components/04-javascript-components.md +32 -0
- package/dist/docs/development/customization/custom-components/_category_.json +11 -0
- package/dist/docs/development/customization/customize-sidebars/00-application-sidebar.md +45 -0
- package/dist/docs/development/customization/customize-sidebars/01-documentation-sidebar.md +187 -0
- package/dist/docs/development/customization/customize-sidebars/_category_.json +11 -0
- package/dist/docs/development/customization/customize-visualizer/00-visualizer-nodes.md +50 -0
- package/dist/docs/development/customization/customize-visualizer/_category_.json +11 -0
- package/dist/docs/development/deployment/_category_.json +12 -0
- package/dist/docs/development/deployment/build-and-deploy.md +71 -0
- package/dist/docs/development/deployment/build-ssr-mode.md +50 -0
- package/dist/docs/development/deployment/deployment-workflows.md +43 -0
- package/dist/docs/development/deployment/hosting-options.md +112 -0
- package/dist/docs/development/deployment/licenses.md +50 -0
- package/dist/docs/development/design/_category_.json +12 -0
- package/dist/docs/development/design/embed-designs-into-eventcatalog.md +29 -0
- package/dist/docs/development/design/further-reading.md +19 -0
- package/dist/docs/development/design/import-resources.md +27 -0
- package/dist/docs/development/design/intro.md +22 -0
- package/dist/docs/development/developer-tools/_category_.json +12 -0
- package/dist/docs/development/developer-tools/eventcatalog-linter.md +597 -0
- package/dist/docs/development/developer-tools/github-action.md +147 -0
- package/dist/docs/development/developer-tools/llms.txt.md +55 -0
- package/dist/docs/development/developer-tools/schemas.txt.md +42 -0
- package/dist/docs/development/governance/_category_.json +6 -0
- package/dist/docs/development/governance/architecture-change-detection/01-introduction.md +62 -0
- package/dist/docs/development/governance/architecture-change-detection/02-configuration.md +134 -0
- package/dist/docs/development/governance/architecture-change-detection/03-recipes.md +309 -0
- package/dist/docs/development/governance/architecture-change-detection/04-webhooks.md +187 -0
- package/dist/docs/development/governance/architecture-change-detection/05-ci-cd.md +121 -0
- package/dist/docs/development/governance/architecture-change-detection/06-pipeline-gates.md +162 -0
- package/dist/docs/development/governance/architecture-change-detection/_category_.json +6 -0
- package/dist/docs/development/guides/12-customize-your-sidebar.md +12 -0
- package/dist/docs/development/guides/99-adding-analytics.md +138 -0
- package/dist/docs/development/guides/_category_.json +11 -0
- package/dist/docs/development/guides/changelogs/01-introduction.md +33 -0
- package/dist/docs/development/guides/changelogs/02-adding-changelogs.md +94 -0
- package/dist/docs/development/guides/changelogs/03-automated-changelogs.md +44 -0
- package/dist/docs/development/guides/changelogs/_category_.json +11 -0
- package/dist/docs/development/guides/channels/01-introduction.md +111 -0
- package/dist/docs/development/guides/channels/02-adding-channels.md +198 -0
- package/dist/docs/development/guides/channels/04-adding-messages-to-services.md +292 -0
- package/dist/docs/development/guides/channels/09-configuration +39 -0
- package/dist/docs/development/guides/channels/_category_.json +11 -0
- package/dist/docs/development/guides/channels/ownership-and-components/01-owners.md +44 -0
- package/dist/docs/development/guides/channels/ownership-and-components/02-components.md +16 -0
- package/dist/docs/development/guides/channels/ownership-and-components/_category_.json +11 -0
- package/dist/docs/development/guides/channels/versioning-and-lifecycle/01-versioning.md +31 -0
- package/dist/docs/development/guides/channels/versioning-and-lifecycle/02-changelog.md +56 -0
- package/dist/docs/development/guides/channels/versioning-and-lifecycle/_category_.json +11 -0
- package/dist/docs/development/guides/data/01-introduction.md +34 -0
- package/dist/docs/development/guides/data/02-adding-data.md +86 -0
- package/dist/docs/development/guides/data/03a-adding-schemas-to-data-stores.md +73 -0
- package/dist/docs/development/guides/data/_category_.json +11 -0
- package/dist/docs/development/guides/data/ownership-and-components/01-owners.md +45 -0
- package/dist/docs/development/guides/data/ownership-and-components/02-components.md +17 -0
- package/dist/docs/development/guides/data/ownership-and-components/_category_.json +11 -0
- package/dist/docs/development/guides/data/versioning-and-lifecycle/01-versioning.md +32 -0
- package/dist/docs/development/guides/data/versioning-and-lifecycle/02-changelog.md +57 -0
- package/dist/docs/development/guides/data/versioning-and-lifecycle/03-deprecating.md +71 -0
- package/dist/docs/development/guides/data/versioning-and-lifecycle/_category_.json +11 -0
- package/dist/docs/development/guides/data-products/01-introduction.md +116 -0
- package/dist/docs/development/guides/data-products/02-adding-data-products.md +157 -0
- package/dist/docs/development/guides/data-products/03-inputs-and-outputs.md +128 -0
- package/dist/docs/development/guides/data-products/04-contracts.md +102 -0
- package/dist/docs/development/guides/data-products/05-versioning.md +240 -0
- package/dist/docs/development/guides/data-products/06-adding-to-domains.md +52 -0
- package/dist/docs/development/guides/data-products/_category_.json +11 -0
- package/dist/docs/development/guides/diagrams/01-introduction.md +78 -0
- package/dist/docs/development/guides/diagrams/02-creating-diagrams.md +195 -0
- package/dist/docs/development/guides/diagrams/03-referencing-diagrams.md +195 -0
- package/dist/docs/development/guides/diagrams/04-versioning-diagrams.md +204 -0
- package/dist/docs/development/guides/diagrams/05-comparing-diagrams.md +145 -0
- package/dist/docs/development/guides/diagrams/06-diagrams-with-llms.md +165 -0
- package/dist/docs/development/guides/diagrams/_category_.json +10 -0
- package/dist/docs/development/guides/domains/01-introduction.md +22 -0
- package/dist/docs/development/guides/domains/02-creating-domains/02-adding-domains.md +108 -0
- package/dist/docs/development/guides/domains/02-creating-domains/02a-subdomains.md +84 -0
- package/dist/docs/development/guides/domains/02-creating-domains/03-adding-services-to-domains.md +90 -0
- package/dist/docs/development/guides/domains/02-creating-domains/04-adding-messages-to-domains.md +107 -0
- package/dist/docs/development/guides/domains/02-creating-domains/05-adding-data-products-to-domains.md +105 -0
- package/dist/docs/development/guides/domains/02-creating-domains/_category_.json +11 -0
- package/dist/docs/development/guides/domains/03-ownership-and-language/01-owners.md +36 -0
- package/dist/docs/development/guides/domains/03-ownership-and-language/02-adding-ubiquitous-language.md +75 -0
- package/dist/docs/development/guides/domains/03-ownership-and-language/_category_.json +10 -0
- package/dist/docs/development/guides/domains/04-versioning-and-changelogs/01-versioning.md +40 -0
- package/dist/docs/development/guides/domains/04-versioning-and-changelogs/02-changelog.md +53 -0
- package/dist/docs/development/guides/domains/04-versioning-and-changelogs/_category_.json +10 -0
- package/dist/docs/development/guides/domains/05-entities/01-introduction.md +24 -0
- package/dist/docs/development/guides/domains/05-entities/02-adding-entities.md +157 -0
- package/dist/docs/development/guides/domains/05-entities/03-adding-entities-to-domains.md +30 -0
- package/dist/docs/development/guides/domains/05-entities/04-domain-entity-map.md +134 -0
- package/dist/docs/development/guides/domains/05-entities/_category_.json +11 -0
- package/dist/docs/development/guides/domains/08-domain-integration-map.md +41 -0
- package/dist/docs/development/guides/domains/_category_.json +11 -0
- package/dist/docs/development/guides/flows/01-introduction.md +36 -0
- package/dist/docs/development/guides/flows/02-adding-flows.md +198 -0
- package/dist/docs/development/guides/flows/03-flow-nodes.md +273 -0
- package/dist/docs/development/guides/flows/04-adding-flows-to-services.md +42 -0
- package/dist/docs/development/guides/flows/05-adding-flows-to-domains.md +43 -0
- package/dist/docs/development/guides/flows/06-versioning.md +27 -0
- package/dist/docs/development/guides/flows/07-create-flow-with-ai.md +171 -0
- package/dist/docs/development/guides/flows/_category_.json +11 -0
- package/dist/docs/development/guides/messages/01-overview.md +57 -0
- package/dist/docs/development/guides/messages/_category_.json +11 -0
- package/dist/docs/development/guides/messages/commands/01-introduction.md +26 -0
- package/dist/docs/development/guides/messages/commands/02-adding-commands.md +131 -0
- package/dist/docs/development/guides/messages/commands/_category_.json +11 -0
- package/dist/docs/development/guides/messages/common/01-map-to-producers-and-consumers.md +37 -0
- package/dist/docs/development/guides/messages/common/02-adding-schemas.md +58 -0
- package/dist/docs/development/guides/messages/common/02-deprecating.md +71 -0
- package/dist/docs/development/guides/messages/common/02-draft-messages.md +63 -0
- package/dist/docs/development/guides/messages/common/02-examples.md +99 -0
- package/dist/docs/development/guides/messages/common/03-owners.md +40 -0
- package/dist/docs/development/guides/messages/common/04-versioning.md +27 -0
- package/dist/docs/development/guides/messages/common/05-changelog.md +73 -0
- package/dist/docs/development/guides/messages/common/07-components.md +12 -0
- package/dist/docs/development/guides/messages/common/08-shared-messages-across-boundaries.md +70 -0
- package/dist/docs/development/guides/messages/common/09-grouping-messages.md +98 -0
- package/dist/docs/development/guides/messages/common/_category_.json +11 -0
- package/dist/docs/development/guides/messages/events/01-introduction.md +25 -0
- package/dist/docs/development/guides/messages/events/02-adding-events.md +130 -0
- package/dist/docs/development/guides/messages/events/_category_.json +11 -0
- package/dist/docs/development/guides/messages/queries/01-introduction.md +25 -0
- package/dist/docs/development/guides/messages/queries/02-adding-queries.md +130 -0
- package/dist/docs/development/guides/messages/queries/_category_.json +11 -0
- package/dist/docs/development/guides/owners/_category_.json +11 -0
- package/dist/docs/development/guides/owners/teams/01-introduction.md +21 -0
- package/dist/docs/development/guides/owners/teams/02-adding-teams.md +73 -0
- package/dist/docs/development/guides/owners/teams/_category_.json +11 -0
- package/dist/docs/development/guides/owners/users/01-introduction.md +20 -0
- package/dist/docs/development/guides/owners/users/02-adding-users.md +70 -0
- package/dist/docs/development/guides/owners/users/_category_.json +11 -0
- package/dist/docs/development/guides/schemas/01-introduction.md +64 -0
- package/dist/docs/development/guides/schemas/02-schema-explorer.md +74 -0
- package/dist/docs/development/guides/schemas/03-schema-api.md +59 -0
- package/dist/docs/development/guides/schemas/04-schema-mcp.md +22 -0
- package/dist/docs/development/guides/schemas/05-field-usage.md +120 -0
- package/dist/docs/development/guides/schemas/06-fields-explorer.md +120 -0
- package/dist/docs/development/guides/schemas/_category_.json +11 -0
- package/dist/docs/development/guides/services/01-introduction.md +33 -0
- package/dist/docs/development/guides/services/02-adding-services.md +113 -0
- package/dist/docs/development/guides/services/03-creating-external-systems.md +71 -0
- package/dist/docs/development/guides/services/_category_.json +11 -0
- package/dist/docs/development/guides/services/adding-to-services/01-messages.md +229 -0
- package/dist/docs/development/guides/services/adding-to-services/02-datastores.md +77 -0
- package/dist/docs/development/guides/services/adding-to-services/03-entities.md +47 -0
- package/dist/docs/development/guides/services/adding-to-services/04-openapi.md +97 -0
- package/dist/docs/development/guides/services/adding-to-services/05-asyncapi.md +97 -0
- package/dist/docs/development/guides/services/adding-to-services/06-graphql.md +96 -0
- package/dist/docs/development/guides/services/adding-to-services/_category_.json +10 -0
- package/dist/docs/development/guides/services/ownership-and-components/01-owners.md +41 -0
- package/dist/docs/development/guides/services/ownership-and-components/02-components.md +13 -0
- package/dist/docs/development/guides/services/ownership-and-components/_category_.json +11 -0
- package/dist/docs/development/guides/services/versioning-and-lifecycle/01-versioning.md +27 -0
- package/dist/docs/development/guides/services/versioning-and-lifecycle/02-changelog.md +52 -0
- package/dist/docs/development/guides/services/versioning-and-lifecycle/03-deprecating.md +70 -0
- package/dist/docs/development/guides/services/versioning-and-lifecycle/_category_.json +11 -0
- package/dist/docs/development/upgrading/_category_.json +12 -0
- package/dist/docs/development/upgrading/upgrading.md +142 -0
- package/dist/docs/development/upgrading/v2.md +69 -0
- package/dist/docs/development/upgrading/v3.md +277 -0
- package/dist/docs/miro/_category_.json +12 -0
- package/dist/docs/miro/contributing/01-getting-involved.md +53 -0
- package/dist/docs/miro/contributing/_category_.json +11 -0
- package/dist/docs/miro/getting-started/01-overview.md +63 -0
- package/dist/docs/miro/getting-started/02-installation.md +37 -0
- package/dist/docs/miro/getting-started/03-connecting-to-eventcatalog.md +59 -0
- package/dist/docs/miro/getting-started/_category_.json +11 -0
- package/dist/docs/miro/guides/01-adding-resources-to-board.md +90 -0
- package/dist/docs/miro/guides/02-creating-new-resources.md +61 -0
- package/dist/docs/miro/guides/03-editing-resources.md +50 -0
- package/dist/docs/miro/guides/04-connected-resources.md +54 -0
- package/dist/docs/miro/guides/05-services-and-dependencies.md +54 -0
- package/dist/docs/miro/guides/06-navigating-the-board.md +44 -0
- package/dist/docs/miro/guides/07-exporting-to-eventcatalog.md +75 -0
- package/dist/docs/miro/guides/_category_.json +11 -0
- package/dist/docs/miro/specifications/01-asyncapi.md +86 -0
- package/dist/docs/miro/specifications/02-openapi.md +86 -0
- package/dist/docs/miro/specifications/03-schema-registries.md +88 -0
- package/dist/docs/miro/specifications/_category_.json +11 -0
- package/dist/docs/miro/using-ai/01-overview.md +105 -0
- package/dist/docs/miro/using-ai/_category_.json +11 -0
- package/dist/docs/plugins/01-intro.md +49 -0
- package/dist/docs/plugins/02-generators.md +76 -0
- package/dist/docs/plugins/03-all-plugins.md +26 -0
- package/dist/docs/plugins/_category_.json +12 -0
- package/dist/docs/plugins/amazon-apigateway/00-intro.md +75 -0
- package/dist/docs/plugins/amazon-apigateway/01-installation.md +198 -0
- package/dist/docs/plugins/amazon-apigateway/02-plugin-configuration.md +136 -0
- package/dist/docs/plugins/amazon-apigateway/03-features.md +71 -0
- package/dist/docs/plugins/amazon-apigateway/04-examples.md +15 -0
- package/dist/docs/plugins/amazon-apigateway/_category_.json +11 -0
- package/dist/docs/plugins/apicurio/00-intro.md +102 -0
- package/dist/docs/plugins/apicurio/01-installation.md +165 -0
- package/dist/docs/plugins/apicurio/02-plugin-configuration.md +682 -0
- package/dist/docs/plugins/apicurio/03-features.md +221 -0
- package/dist/docs/plugins/apicurio/04-examples.md +20 -0
- package/dist/docs/plugins/apicurio/_category_.json +12 -0
- package/dist/docs/plugins/asyncapi/00-intro.md +81 -0
- package/dist/docs/plugins/asyncapi/01-installation.md +155 -0
- package/dist/docs/plugins/asyncapi/02-plugin-configuration.md +312 -0
- package/dist/docs/plugins/asyncapi/03-features.md +698 -0
- package/dist/docs/plugins/asyncapi/03a-workflows.md +153 -0
- package/dist/docs/plugins/asyncapi/04-examples.md +23 -0
- package/dist/docs/plugins/asyncapi/04-using-reference-objects.md +45 -0
- package/dist/docs/plugins/asyncapi/_category_.json +12 -0
- package/dist/docs/plugins/aws-glue-registry/00-intro.md +104 -0
- package/dist/docs/plugins/aws-glue-registry/00a-installation.md +305 -0
- package/dist/docs/plugins/aws-glue-registry/01-features.md +287 -0
- package/dist/docs/plugins/aws-glue-registry/02-examples.md +368 -0
- package/dist/docs/plugins/aws-glue-registry/03-api.md +282 -0
- package/dist/docs/plugins/aws-glue-registry/_category_.json +11 -0
- package/dist/docs/plugins/azure-schema-registry/00-intro.md +92 -0
- package/dist/docs/plugins/azure-schema-registry/01-installation.md +409 -0
- package/dist/docs/plugins/azure-schema-registry/02-plugin-configuration.md +375 -0
- package/dist/docs/plugins/azure-schema-registry/03-features.md +347 -0
- package/dist/docs/plugins/azure-schema-registry/04-examples.md +378 -0
- package/dist/docs/plugins/azure-schema-registry/_category_.json +12 -0
- package/dist/docs/plugins/backstage/00-intro.md +67 -0
- package/dist/docs/plugins/backstage/01-installation.md +250 -0
- package/dist/docs/plugins/backstage/02-api.md +51 -0
- package/dist/docs/plugins/backstage/03-examples.md +12 -0
- package/dist/docs/plugins/backstage/_category_.json +11 -0
- package/dist/docs/plugins/confluent-schema-registry/00-intro.md +90 -0
- package/dist/docs/plugins/confluent-schema-registry/01-installation.md +223 -0
- package/dist/docs/plugins/confluent-schema-registry/02-plugin-configuration.md +473 -0
- package/dist/docs/plugins/confluent-schema-registry/03-features.md +43 -0
- package/dist/docs/plugins/confluent-schema-registry/04-examples.md +19 -0
- package/dist/docs/plugins/confluent-schema-registry/_category_.json +12 -0
- package/dist/docs/plugins/eventbridge/00-intro.md +55 -0
- package/dist/docs/plugins/eventbridge/00a-installation.md +317 -0
- package/dist/docs/plugins/eventbridge/01-features.md +225 -0
- package/dist/docs/plugins/eventbridge/02-examples.md +17 -0
- package/dist/docs/plugins/eventbridge/03-api.md +441 -0
- package/dist/docs/plugins/eventbridge/03a-workflows.md +133 -0
- package/dist/docs/plugins/eventbridge/_category_.json +11 -0
- package/dist/docs/plugins/eventcatalog-federation/00-introduction.md +69 -0
- package/dist/docs/plugins/eventcatalog-federation/01-installation.md +182 -0
- package/dist/docs/plugins/eventcatalog-federation/02-plugin-configuration.md +208 -0
- package/dist/docs/plugins/eventcatalog-federation/03-examples.md +15 -0
- package/dist/docs/plugins/eventcatalog-federation/04-configuration.md +193 -0
- package/dist/docs/plugins/eventcatalog-federation/05-setup-team-catalog.md +97 -0
- package/dist/docs/plugins/eventcatalog-federation/_category_.json +11 -0
- package/dist/docs/plugins/github/00-intro.md +93 -0
- package/dist/docs/plugins/github/01-installation.md +293 -0
- package/dist/docs/plugins/github/02-plugin-configuration.md +253 -0
- package/dist/docs/plugins/github/03-features.md +42 -0
- package/dist/docs/plugins/github/04-examples.md +17 -0
- package/dist/docs/plugins/github/_category_.json +12 -0
- package/dist/docs/plugins/graphql/00-intro.md +74 -0
- package/dist/docs/plugins/graphql/01-installation.md +144 -0
- package/dist/docs/plugins/graphql/02-plugin-configuration.md +127 -0
- package/dist/docs/plugins/graphql/03-features.md +197 -0
- package/dist/docs/plugins/graphql/04-examples.md +15 -0
- package/dist/docs/plugins/graphql/_category_.json +12 -0
- package/dist/docs/plugins/hookdeck/01-intro.md +152 -0
- package/dist/docs/plugins/hookdeck/02-api.md +133 -0
- package/dist/docs/plugins/hookdeck/03-cli.md +45 -0
- package/dist/docs/plugins/hookdeck/_category_.json +11 -0
- package/dist/docs/plugins/openapi/00-intro.md +78 -0
- package/dist/docs/plugins/openapi/01-installation.md +148 -0
- package/dist/docs/plugins/openapi/02-plugin-configuration.md +332 -0
- package/dist/docs/plugins/openapi/03-features.md +790 -0
- package/dist/docs/plugins/openapi/03a-workflows.md +153 -0
- package/dist/docs/plugins/openapi/04-examples.md +23 -0
- package/dist/docs/plugins/openapi/_category_.json +12 -0
- package/dist/eventcatalog.cjs +1 -1
- package/dist/eventcatalog.js +5 -5
- package/dist/generate.cjs +1 -1
- package/dist/generate.js +3 -3
- package/dist/utils/cli-logger.cjs +1 -1
- package/dist/utils/cli-logger.js +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 2
|
|
3
|
+
sidebar_label: Creating new resources
|
|
4
|
+
title: "Creating New Resources"
|
|
5
|
+
description: Create new services, events, and other resources directly from the Miro app
|
|
6
|
+
slug: /miro/creating-resources
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
You can create new resources directly in the Miro app — useful for designing services, events, and other resources that don't exist in your catalog yet.
|
|
10
|
+
|
|
11
|
+
### Creating from the resource list
|
|
12
|
+
|
|
13
|
+
<div style={{textAlign: "center"}}>
|
|
14
|
+
<img src="/img/miro/guides/new-resource.png" alt="New Service" style={{width: "50%"}} />
|
|
15
|
+
<span style={{display: "block", fontSize: "0.8rem", color: "#6B7280", marginTop: "0rem", marginBottom: "1rem"}}>Creating a new resource</span>
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
1. Click a category (e.g. **Services**) to open the resource list
|
|
19
|
+
2. Click the **+ New** button in the header
|
|
20
|
+
3. A new resource is created with a default name (e.g. "New Service") and version `1.0.0`
|
|
21
|
+
4. The resource is added to both the sidebar list and the Miro board
|
|
22
|
+
|
|
23
|
+
The new resource appears at the top of the list with a slide-in animation so you can spot it easily.
|
|
24
|
+
|
|
25
|
+
### Creating from the dashboard
|
|
26
|
+
|
|
27
|
+
<div style={{textAlign: "center"}}>
|
|
28
|
+
<img src="/img/miro/guides/dragging-resources.gif" alt="Dragging a service with dependencies" style={{width: "75%"}} />
|
|
29
|
+
<span style={{display: "block", fontSize: "0.8rem", color: "#6B7280", marginTop: "0rem", marginBottom: "1rem"}}>Dragging a service with its dependencies onto the board</span>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
You can also drag a category card from the dashboard directly onto the board. This creates a new blank resource of that type at the drop position — a quick way to sketch out new resources without opening the category list first.
|
|
34
|
+
|
|
35
|
+
### Editing new resources
|
|
36
|
+
|
|
37
|
+
<div style={{textAlign: "center"}}>
|
|
38
|
+
<img src="/img/miro/guides/edit-resource.gif" alt="Dragging a service with dependencies" style={{width: "75%"}} />
|
|
39
|
+
<span style={{display: "block", fontSize: "0.8rem", color: "#6B7280", marginTop: "0rem", marginBottom: "1rem"}}>Dragging a service with its dependencies onto the board</span>
|
|
40
|
+
</div>
|
|
41
|
+
|
|
42
|
+
Once created, click the resource on the board to open its detail view. From there you can edit:
|
|
43
|
+
|
|
44
|
+
- **Name** — click the pencil icon next to the name to rename it
|
|
45
|
+
- **Version** — click the pencil icon next to the version to change it
|
|
46
|
+
- **Summary** — click the pencil icon next to the summary to add a description
|
|
47
|
+
|
|
48
|
+
Changes sync to both the sidebar and the board item automatically. Press **Enter** to save or **Escape** to cancel.
|
|
49
|
+
|
|
50
|
+
### Deleting resources
|
|
51
|
+
|
|
52
|
+
To remove a resource, you have two options:
|
|
53
|
+
|
|
54
|
+
- **From the resource list** — hover over a resource and click the trash icon on the right
|
|
55
|
+
- **From the detail view** — select a node on the board, then click the trash icon in the top-right of the detail panel
|
|
56
|
+
|
|
57
|
+
Deleting from the detail view removes the resource from both the catalog and the Miro board.
|
|
58
|
+
|
|
59
|
+
### Draft resources
|
|
60
|
+
|
|
61
|
+
New resources created in the app are marked as drafts. This distinguishes them from resources that were imported from your EventCatalog project, making it easy to see what's new versus what already exists in your architecture.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 3
|
|
3
|
+
sidebar_label: Editing resources
|
|
4
|
+
title: "Editing Resources"
|
|
5
|
+
description: Edit resource details by selecting nodes on the board
|
|
6
|
+
slug: /miro/editing-resources
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
Select any node on the Miro board to view and edit its details in the app panel.
|
|
10
|
+
|
|
11
|
+
<div style={{textAlign: "center"}}>
|
|
12
|
+
<img src="/img/miro/guides/edit-resource.gif" alt="Editing a resource" style={{width: "75%"}} />
|
|
13
|
+
<span style={{display: "block", fontSize: "0.8rem", color: "#6B7280", marginTop: "0rem", marginBottom: "1rem"}}>Editing a resource from the detail panel</span>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
### Viewing resource details
|
|
17
|
+
|
|
18
|
+
Click any resource node on the board to open its detail view in the panel. You'll see:
|
|
19
|
+
|
|
20
|
+
- **Category** — the resource type (Service, Event, Command, etc.)
|
|
21
|
+
- **Name** — the resource name
|
|
22
|
+
- **Version** — the current version
|
|
23
|
+
- **Summary** — a short description
|
|
24
|
+
- **Badges** — tags and labels on the resource
|
|
25
|
+
- **Connected resources** — incoming and outgoing connections grouped by type
|
|
26
|
+
|
|
27
|
+
For services, connections are organized into:
|
|
28
|
+
- **Incoming Messages** — events, commands, and queries the service receives
|
|
29
|
+
- **Outgoing Messages** — events, commands, and queries the service sends
|
|
30
|
+
- **Data Stores** — databases the service reads from or writes to
|
|
31
|
+
|
|
32
|
+
For messages, connections show **Producers** and **Consumers**.
|
|
33
|
+
|
|
34
|
+
### Editing fields
|
|
35
|
+
|
|
36
|
+
Click the pencil icon next to any editable field to modify it:
|
|
37
|
+
|
|
38
|
+
- **Name** — updates the resource name on both the board and in the catalog
|
|
39
|
+
- **Version** — updates the version number
|
|
40
|
+
- **Summary** — updates the description
|
|
41
|
+
|
|
42
|
+
Press **Enter** to save your changes or **Escape** to cancel. Changes are synced to the Miro board item automatically.
|
|
43
|
+
|
|
44
|
+
### Adding and removing badges
|
|
45
|
+
|
|
46
|
+
You can add badges to any resource by typing in the badge input field and pressing **Enter**. Click the **x** on a badge to remove it. Badges are useful for tagging resources with metadata like team ownership, status, or technology.
|
|
47
|
+
|
|
48
|
+
### Deleting resources
|
|
49
|
+
|
|
50
|
+
Click the trash icon in the top-right of the detail panel to delete the resource. This removes it from both the catalog and the Miro board. You can also select a node on the board and press **Backspace** or **Delete** to remove it.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 4
|
|
3
|
+
sidebar_label: Connected resources
|
|
4
|
+
title: "Connected Resources"
|
|
5
|
+
description: View and navigate connections between resources on the board
|
|
6
|
+
slug: /miro/connected-resources
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
When you draw a connector between two resources on the Miro board, the app automatically labels it and styles it based on the resource types — no manual labeling needed.
|
|
10
|
+
|
|
11
|
+
<div style={{textAlign: "center"}}>
|
|
12
|
+
<img src="/img/miro/guides/connectors.gif" alt="Editing a resource" style={{width: "75%"}} />
|
|
13
|
+
<span style={{display: "block", fontSize: "0.8rem", color: "#6B7280", marginTop: "0rem", marginBottom: "1rem"}}>Editing a resource from the detail panel</span>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
### Drawing connections
|
|
17
|
+
|
|
18
|
+
Use Miro's built-in connector tool to draw a line from one resource to another. The app detects the resource types and automatically sets:
|
|
19
|
+
|
|
20
|
+
- **Label** — describes the relationship (e.g. "publishes event", "receives", "writes to")
|
|
21
|
+
- **Color** — matches the connection type
|
|
22
|
+
- **Shape** — elbowed connectors with directional arrows
|
|
23
|
+
|
|
24
|
+
### Automatic labels
|
|
25
|
+
|
|
26
|
+
The label applied depends on the direction and types of the connected resources:
|
|
27
|
+
|
|
28
|
+
| From | To | Label |
|
|
29
|
+
|------|----|-------|
|
|
30
|
+
| Service | Event / Command / Query | "publishes event", "invokes command", "requests" |
|
|
31
|
+
| Event / Command / Query | Service | "receives event", "accepts", "accepts" |
|
|
32
|
+
| Service | Channel | "publishes to" |
|
|
33
|
+
| Channel | Service | "subscribes from" |
|
|
34
|
+
| Event / Command / Query | Channel | "routed through" |
|
|
35
|
+
| Channel | Event / Command / Query | "delivers" |
|
|
36
|
+
| Service | Data Store | "writes to" |
|
|
37
|
+
| Data Store | Service | "reads from" |
|
|
38
|
+
| Service | Service | "connects to" |
|
|
39
|
+
|
|
40
|
+
### Viewing connections
|
|
41
|
+
|
|
42
|
+
Select a resource on the board to see all its connections in the detail panel. Connections are grouped by direction:
|
|
43
|
+
|
|
44
|
+
- **Services** show Incoming Messages, Outgoing Messages, and Data Stores
|
|
45
|
+
- **Events, Commands, Queries** show Producers and Consumers
|
|
46
|
+
- **Channels** show incoming and outgoing routes
|
|
47
|
+
|
|
48
|
+
### Connection highlighting
|
|
49
|
+
|
|
50
|
+
When you select a resource, all of its connections are highlighted in purple on the board. This makes it easy to trace the flow of a message or see which resources depend on the selected one.
|
|
51
|
+
|
|
52
|
+
### Navigating connections
|
|
53
|
+
|
|
54
|
+
Click any connected resource in the detail panel to zoom to it on the board and open its details. This lets you follow the message flow through your architecture — from producer to event to consumer — without manually searching the board.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 6
|
|
3
|
+
sidebar_label: Services and Dependencies
|
|
4
|
+
title: "Services and Dependencies"
|
|
5
|
+
description: Control whether services are added with their full dependency graph or standalone
|
|
6
|
+
slug: /miro/services-and-dependencies
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
When you drag a service onto the board, you can choose whether to add just the service itself or its entire dependency graph — messages, channels, data stores, and related services.
|
|
10
|
+
|
|
11
|
+
<div style={{textAlign: "center"}}>
|
|
12
|
+
<img src="/img/miro/guides/services-with-deps.gif" alt="Dragging a service with dependencies" style={{width: "75%"}} />
|
|
13
|
+
<span style={{display: "block", fontSize: "0.8rem", color: "#6B7280", marginTop: "0rem", marginBottom: "1rem"}}>Dragging a service with its dependencies onto the board</span>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### The dependencies toggle
|
|
18
|
+
|
|
19
|
+
In the services list view, you'll find a checkbox labeled **Include dependencies when adding to board**.
|
|
20
|
+
|
|
21
|
+
- **Checked** — dragging a service onto the board also adds all of its connected resources and the connections between them
|
|
22
|
+
- **Unchecked** — only the service node is added to the board, with no dependencies
|
|
23
|
+
|
|
24
|
+
This setting is remembered between sessions.
|
|
25
|
+
|
|
26
|
+
### What gets included with dependencies
|
|
27
|
+
|
|
28
|
+
When the toggle is enabled and you drag a service onto the board, the app automatically adds:
|
|
29
|
+
|
|
30
|
+
- **Messages** — all events, commands, and queries that the service sends or receives
|
|
31
|
+
- **Channels** — any message brokers or routing channels between the service and its messages
|
|
32
|
+
- **Data Stores** — databases the service reads from or writes to, with labeled connections (reads, writes, or reads & writes)
|
|
33
|
+
- **Related Services** — other services that produce or consume the same messages, so you can see the full communication flow
|
|
34
|
+
|
|
35
|
+
All connections are drawn automatically with descriptive labels like "publishes event", "receives", "accepts", "writes to", etc.
|
|
36
|
+
|
|
37
|
+
### When to use each mode
|
|
38
|
+
|
|
39
|
+
#### With dependencies
|
|
40
|
+
|
|
41
|
+
Use this when you want to see the full picture of how a service fits into your architecture. This is useful for:
|
|
42
|
+
|
|
43
|
+
- Understanding the impact of changing a service
|
|
44
|
+
- Onboarding new team members to a service's role in the system
|
|
45
|
+
- Planning migrations that affect multiple services
|
|
46
|
+
|
|
47
|
+
#### Without dependencies
|
|
48
|
+
|
|
49
|
+
Use this when you want to manually compose your board — for example:
|
|
50
|
+
|
|
51
|
+
- Designing a new architecture from scratch
|
|
52
|
+
- Placing specific services side by side for comparison
|
|
53
|
+
- Building a simplified view that only shows certain resources
|
|
54
|
+
- Adding services one at a time and drawing connections manually
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 5
|
|
3
|
+
sidebar_label: Navigating the Board
|
|
4
|
+
title: "Navigating the Board"
|
|
5
|
+
description: Navigate between connected resources and organize your board layout
|
|
6
|
+
slug: /miro/navigating-the-board
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
As your board grows, the Miro app provides several ways to navigate between resources and keep things organized.
|
|
10
|
+
|
|
11
|
+
<div style={{textAlign: "center"}}>
|
|
12
|
+
<img src="/img/miro/guides/navigation.gif" alt="Editing a resource" style={{width: "75%"}} />
|
|
13
|
+
<span style={{display: "block", fontSize: "0.8rem", color: "#6B7280", marginTop: "0rem", marginBottom: "1rem"}}>Editing a resource from the detail panel</span>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
### Clicking connected resources
|
|
17
|
+
|
|
18
|
+
When viewing a resource's detail panel, you'll see its incoming and outgoing connections listed. Click any connected resource to:
|
|
19
|
+
|
|
20
|
+
1. **Zoom** to that resource on the board
|
|
21
|
+
2. **Select** it so its detail panel opens automatically
|
|
22
|
+
|
|
23
|
+
This lets you follow the flow of messages through your architecture — click from a service to an event it publishes, then to the service that consumes it, and so on.
|
|
24
|
+
|
|
25
|
+
### Finding resources from the list
|
|
26
|
+
|
|
27
|
+
When browsing the resource list in the sidebar, hover over any resource to reveal a **crosshair icon**. Click it to zoom directly to that resource on the board — helpful when you have a large board and need to locate a specific resource.
|
|
28
|
+
|
|
29
|
+
### Auto-layout
|
|
30
|
+
|
|
31
|
+
If your board gets cluttered, click the **Auto-layout** button in the dashboard header. This automatically arranges all resources using a left-to-right directed graph layout, organizing connected resources into a clean flow.
|
|
32
|
+
|
|
33
|
+
Auto-layout is useful after:
|
|
34
|
+
- Adding several resources with dependencies at once
|
|
35
|
+
- Manually moving things around and wanting to reset the layout
|
|
36
|
+
- Getting a clear picture of the overall architecture flow
|
|
37
|
+
|
|
38
|
+
### Auto-opening the panel
|
|
39
|
+
|
|
40
|
+
When you select a node on the board, the app panel automatically opens and shows that resource's details — even if the panel was previously closed. This means you can close the panel to get more board space, then click any node to bring it back with the right context.
|
|
41
|
+
|
|
42
|
+
### Connection highlighting
|
|
43
|
+
|
|
44
|
+
When you select a resource on the board, all of its connections are highlighted in purple. This makes it easy to see at a glance which resources are connected to the selected one, even on a busy board.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 7
|
|
3
|
+
sidebar_label: Exporting to EventCatalog
|
|
4
|
+
title: "Exporting to EventCatalog"
|
|
5
|
+
description: Export your Miro board design back to EventCatalog
|
|
6
|
+
slug: /miro/exporting-to-eventcatalog
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
Once you've designed your architecture on the Miro board, you can export it and use AI to update your EventCatalog project automatically.
|
|
10
|
+
|
|
11
|
+
### Exporting the board
|
|
12
|
+
|
|
13
|
+
1. Open the app panel and navigate to the dashboard
|
|
14
|
+
2. Click the **Export to JSON** button
|
|
15
|
+
3. A `miro-board-export.json` file is downloaded containing all the items currently on your board — cards, sticky notes, connectors, positions, and styles
|
|
16
|
+
|
|
17
|
+
The export captures everything on the board as raw Miro data, including resources you imported from your catalog and any new resources or connections you created during your design session.
|
|
18
|
+
|
|
19
|
+
### Updating your catalog with AI
|
|
20
|
+
|
|
21
|
+
The exported JSON can be used with [EventCatalog Skills](https://github.com/event-catalog/skills) — AI-powered instructions that understand EventCatalog's file structure and conventions. An AI agent can read your Miro board export and update your catalog accordingly.
|
|
22
|
+
|
|
23
|
+
#### Step 1: Install EventCatalog Skills
|
|
24
|
+
|
|
25
|
+
If you haven't already, add the EventCatalog skills to your project:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npx skills add event-catalog/skills
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
This installs conversational skills that teach AI agents how to create and update EventCatalog documentation.
|
|
32
|
+
|
|
33
|
+
#### Step 2: Feed the export to an AI agent
|
|
34
|
+
|
|
35
|
+
Open your AI agent (e.g. Claude) in your EventCatalog project directory and provide the exported JSON along with instructions. For example:
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
Here is a Miro board export from our architecture design session.
|
|
39
|
+
Please update my EventCatalog to reflect the changes we made:
|
|
40
|
+
|
|
41
|
+
- Add any new services, events, commands, or other resources
|
|
42
|
+
- Update connections between services and messages
|
|
43
|
+
- Create documentation files for new resources
|
|
44
|
+
|
|
45
|
+
<paste or attach miro-board-export.json>
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
The AI agent will use the EventCatalog skills to:
|
|
49
|
+
|
|
50
|
+
- Parse the board items and connectors from the Miro export
|
|
51
|
+
- Identify new resources that need to be added to your catalog
|
|
52
|
+
- Identify updated connections between existing resources
|
|
53
|
+
- Generate properly formatted documentation files with correct frontmatter and folder structure
|
|
54
|
+
- Cross-reference existing catalog resources to avoid duplicates
|
|
55
|
+
|
|
56
|
+
#### Step 3: Review and commit
|
|
57
|
+
|
|
58
|
+
The AI generates files in your EventCatalog project. Review the changes, then commit them to your repository:
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
git add .
|
|
62
|
+
git commit -m "Update architecture from Miro design session"
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### The workflow
|
|
66
|
+
|
|
67
|
+
The Miro app is designed to fit into a collaborative design workflow:
|
|
68
|
+
|
|
69
|
+
1. **Import** your existing architecture from EventCatalog into Miro
|
|
70
|
+
2. **Design** collaboratively — add new resources, draw connections, model what comes next
|
|
71
|
+
3. **Export** the board to JSON
|
|
72
|
+
4. **Update** your catalog using AI skills that understand the Miro export format
|
|
73
|
+
5. **Review and merge** — treat architecture changes like code changes with pull requests
|
|
74
|
+
|
|
75
|
+
This creates a loop where your catalog stays in sync with your team's design decisions, and every change is tracked in version control.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"label": "Guides",
|
|
3
|
+
"position": 2,
|
|
4
|
+
"collapsible": false,
|
|
5
|
+
"collapsed": false,
|
|
6
|
+
"link": {
|
|
7
|
+
"type": "generated-index",
|
|
8
|
+
"title": "Miro App Guides",
|
|
9
|
+
"description": "Learn how to use the EventCatalog Miro app to visualize and manage your architecture"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 1
|
|
3
|
+
sidebar_label: AsyncAPI
|
|
4
|
+
title: "Import AsyncAPI into Miro"
|
|
5
|
+
description: Import your AsyncAPI specifications into Miro via EventCatalog
|
|
6
|
+
slug: /miro/asyncapi
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
If you have AsyncAPI specifications, you can import them into Miro through EventCatalog. The [AsyncAPI plugin](/docs/plugins/asyncapi/intro) generates services, messages, and channels from your specs — which you can then drag onto a Miro board to visualize and design with your team.
|
|
10
|
+
|
|
11
|
+
### How it works
|
|
12
|
+
|
|
13
|
+
```mermaid
|
|
14
|
+
flowchart LR
|
|
15
|
+
A[AsyncAPI Spec] --> B[EventCatalog<br/>AsyncAPI Plugin]
|
|
16
|
+
B --> C[EventCatalog]
|
|
17
|
+
C --> D[Export JSON]
|
|
18
|
+
D --> E[Miro App]
|
|
19
|
+
|
|
20
|
+
style A fill:#6B46C1,color:#fff,stroke:none
|
|
21
|
+
style B fill:#9333EA,color:#fff,stroke:none
|
|
22
|
+
style C fill:#7C3AED,color:#fff,stroke:none
|
|
23
|
+
style D fill:#8B5CF6,color:#fff,stroke:none
|
|
24
|
+
style E fill:#FFD02F,color:#000,stroke:none
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
1. **AsyncAPI Spec** — your existing AsyncAPI specification files (YAML or JSON)
|
|
28
|
+
2. **EventCatalog AsyncAPI Plugin** — parses your specs and generates EventCatalog resources
|
|
29
|
+
3. **EventCatalog** — your catalog now contains services, events, commands, queries, and channels from your specs
|
|
30
|
+
4. **Export JSON** — run `npm run export` to generate the catalog JSON
|
|
31
|
+
5. **Miro App** — import the JSON and drag your resources onto the board
|
|
32
|
+
|
|
33
|
+
### What gets generated
|
|
34
|
+
|
|
35
|
+
The AsyncAPI plugin creates the following resources from your specifications:
|
|
36
|
+
|
|
37
|
+
- **Services** — each AsyncAPI spec maps to a service
|
|
38
|
+
- **Messages** — operations become events, commands, or queries (configurable via extensions)
|
|
39
|
+
- **Channels** — AsyncAPI channels are mapped to EventCatalog channels with routing information
|
|
40
|
+
- **Schemas** — message payloads are preserved as schemas in your catalog
|
|
41
|
+
|
|
42
|
+
All relationships between services, messages, and channels are maintained — so when you drag a service onto the Miro board with dependencies enabled, you'll see the full message flow.
|
|
43
|
+
|
|
44
|
+
### Getting started
|
|
45
|
+
|
|
46
|
+
#### 1. Install the AsyncAPI plugin
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
npm install @eventcatalog/generator-asyncapi
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
#### 2. Configure the plugin
|
|
53
|
+
|
|
54
|
+
Add the plugin to your `eventcatalog.config.js`:
|
|
55
|
+
|
|
56
|
+
```js
|
|
57
|
+
generators: [
|
|
58
|
+
[
|
|
59
|
+
'@eventcatalog/generator-asyncapi',
|
|
60
|
+
{
|
|
61
|
+
services: [
|
|
62
|
+
{ id: 'my-service', path: './asyncapi.yml' },
|
|
63
|
+
],
|
|
64
|
+
domain: { id: 'my-domain', name: 'My Domain', version: '1.0.0' },
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
],
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
#### 3. Generate your catalog
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
npm run generate
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
#### 4. Export and import into Miro
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
npm run export
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
Then open the Miro app and [import the JSON](/docs/miro/connecting-to-eventcatalog).
|
|
83
|
+
|
|
84
|
+
### Learn more
|
|
85
|
+
|
|
86
|
+
For full plugin configuration, features, and extensions, see the [AsyncAPI plugin documentation](/docs/plugins/asyncapi/intro).
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 2
|
|
3
|
+
sidebar_label: OpenAPI
|
|
4
|
+
title: "Import OpenAPI into Miro"
|
|
5
|
+
description: Import your OpenAPI specifications into Miro via EventCatalog
|
|
6
|
+
slug: /miro/openapi
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
If you have OpenAPI specifications, you can import them into Miro through EventCatalog. The [OpenAPI plugin](/docs/plugins/openapi/intro) generates services and messages from your specs — which you can then drag onto a Miro board to visualize and design with your team.
|
|
10
|
+
|
|
11
|
+
### How it works
|
|
12
|
+
|
|
13
|
+
```mermaid
|
|
14
|
+
flowchart LR
|
|
15
|
+
A[OpenAPI Spec] --> B[EventCatalog<br/>OpenAPI Plugin]
|
|
16
|
+
B --> C[EventCatalog]
|
|
17
|
+
C --> D[Export JSON]
|
|
18
|
+
D --> E[Miro App]
|
|
19
|
+
|
|
20
|
+
style A fill:#6B46C1,color:#fff,stroke:none
|
|
21
|
+
style B fill:#9333EA,color:#fff,stroke:none
|
|
22
|
+
style C fill:#7C3AED,color:#fff,stroke:none
|
|
23
|
+
style D fill:#8B5CF6,color:#fff,stroke:none
|
|
24
|
+
style E fill:#FFD02F,color:#000,stroke:none
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
1. **OpenAPI Spec** — your existing OpenAPI specification files (YAML or JSON)
|
|
28
|
+
2. **EventCatalog OpenAPI Plugin** — parses your specs and generates EventCatalog resources
|
|
29
|
+
3. **EventCatalog** — your catalog now contains services and messages from your API definitions
|
|
30
|
+
4. **Export JSON** — run `npm run export` to generate the catalog JSON
|
|
31
|
+
5. **Miro App** — import the JSON and drag your resources onto the board
|
|
32
|
+
|
|
33
|
+
### What gets generated
|
|
34
|
+
|
|
35
|
+
The OpenAPI plugin creates the following resources from your specifications:
|
|
36
|
+
|
|
37
|
+
- **Services** — each OpenAPI spec maps to a service (or multiple specs can map to one service)
|
|
38
|
+
- **Messages** — API operations become events, commands, or queries based on HTTP method (configurable)
|
|
39
|
+
- **Schemas** — request/response schemas are preserved in your catalog
|
|
40
|
+
- **Consumer services** — optionally define which services consume specific API routes
|
|
41
|
+
|
|
42
|
+
All relationships between services and messages are maintained — so when you drag a service onto the Miro board with dependencies enabled, you'll see the full API flow.
|
|
43
|
+
|
|
44
|
+
### Getting started
|
|
45
|
+
|
|
46
|
+
#### 1. Install the OpenAPI plugin
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
npm install @eventcatalog/generator-openapi
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
#### 2. Configure the plugin
|
|
53
|
+
|
|
54
|
+
Add the plugin to your `eventcatalog.config.js`:
|
|
55
|
+
|
|
56
|
+
```js
|
|
57
|
+
generators: [
|
|
58
|
+
[
|
|
59
|
+
'@eventcatalog/generator-openapi',
|
|
60
|
+
{
|
|
61
|
+
services: [
|
|
62
|
+
{ id: 'my-api', path: './openapi.yml' },
|
|
63
|
+
],
|
|
64
|
+
domain: { id: 'my-domain', name: 'My Domain', version: '1.0.0' },
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
],
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
#### 3. Generate your catalog
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
npm run generate
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
#### 4. Export and import into Miro
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
npm run export
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
Then open the Miro app and [import the JSON](/docs/miro/connecting-to-eventcatalog).
|
|
83
|
+
|
|
84
|
+
### Learn more
|
|
85
|
+
|
|
86
|
+
For full plugin configuration, features, and extensions, see the [OpenAPI plugin documentation](/docs/plugins/openapi/intro).
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 3
|
|
3
|
+
sidebar_label: Schema Registries
|
|
4
|
+
title: "Import from Schema Registries"
|
|
5
|
+
description: Import schemas from your registry into Miro via EventCatalog
|
|
6
|
+
slug: /miro/schema-registries
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
If your organization uses a schema registry, you can import your schemas into EventCatalog and use them in Miro. EventCatalog supports several popular schema registries out of the box — and you can build your own using the SDK.
|
|
10
|
+
|
|
11
|
+
### How it works
|
|
12
|
+
|
|
13
|
+
```mermaid
|
|
14
|
+
flowchart LR
|
|
15
|
+
A[Schema Registry] --> B[EventCatalog<br/>Registry Plugin]
|
|
16
|
+
B --> C[EventCatalog]
|
|
17
|
+
C --> D[Export JSON]
|
|
18
|
+
D --> E[Miro App]
|
|
19
|
+
|
|
20
|
+
style A fill:#6B46C1,color:#fff,stroke:none
|
|
21
|
+
style B fill:#9333EA,color:#fff,stroke:none
|
|
22
|
+
style C fill:#7C3AED,color:#fff,stroke:none
|
|
23
|
+
style D fill:#8B5CF6,color:#fff,stroke:none
|
|
24
|
+
style E fill:#FFD02F,color:#000,stroke:none
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
1. **Schema Registry** — your existing registry containing message schemas
|
|
28
|
+
2. **EventCatalog Registry Plugin** — connects to your registry and generates EventCatalog resources
|
|
29
|
+
3. **EventCatalog** — your catalog now contains services, messages, and schemas from your registry
|
|
30
|
+
4. **Export JSON** — run `npm run export` to generate the catalog JSON
|
|
31
|
+
5. **Miro App** — import the JSON and drag your resources onto the board to model your architecture
|
|
32
|
+
|
|
33
|
+
### Supported registries
|
|
34
|
+
|
|
35
|
+
EventCatalog has plugins for the following schema registries:
|
|
36
|
+
|
|
37
|
+
| Registry | Plugin | Description |
|
|
38
|
+
|----------|--------|-------------|
|
|
39
|
+
| [Confluent Schema Registry](/docs/plugins/confluent-schema-registry/intro) | `@eventcatalog/generator-confluent-schema-registry` | Import Avro, JSON Schema, and Protobuf schemas from Confluent |
|
|
40
|
+
| [AWS Glue Schema Registry](/docs/plugins/aws-glue-registry/intro) | `@eventcatalog/generator-aws-glue-schema-registry` | Import schemas from AWS Glue |
|
|
41
|
+
| [Amazon EventBridge](/integrations/amazon-eventbridge) | `@eventcatalog/generator-amazon-eventbridge` | Import event schemas from EventBridge Schema Registry |
|
|
42
|
+
| [Apicurio Registry](/integrations/apicurio) | `@eventcatalog/generator-apicurio` | Import schemas from Apicurio Registry |
|
|
43
|
+
| [Azure Schema Registry](/docs/plugins/azure-schema-registry/intro) | `@eventcatalog/generator-azure-schema-registry` | Import schemas from Azure Schema Registry |
|
|
44
|
+
| [GitHub](/integrations/github) | `@eventcatalog/generator-github` | Use a GitHub repository as a schema registry |
|
|
45
|
+
|
|
46
|
+
### Custom registries
|
|
47
|
+
|
|
48
|
+
If your registry isn't listed above, you can build your own plugin using the [EventCatalog SDK](/docs/sdk). The SDK gives you full control over how schemas are fetched, parsed, and mapped to EventCatalog resources.
|
|
49
|
+
|
|
50
|
+
### Getting started
|
|
51
|
+
|
|
52
|
+
Each registry plugin follows the same pattern:
|
|
53
|
+
|
|
54
|
+
#### 1. Install the plugin
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
npm install @eventcatalog/generator-<your-registry>
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
#### 2. Configure the plugin
|
|
61
|
+
|
|
62
|
+
Add the plugin to your `eventcatalog.config.js`:
|
|
63
|
+
|
|
64
|
+
```js
|
|
65
|
+
generators: [
|
|
66
|
+
[
|
|
67
|
+
'@eventcatalog/generator-<your-registry>',
|
|
68
|
+
{
|
|
69
|
+
// Plugin-specific configuration
|
|
70
|
+
// See the plugin docs for details
|
|
71
|
+
},
|
|
72
|
+
],
|
|
73
|
+
],
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
#### 3. Generate your catalog
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
npm run generate
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
#### 4. Export and import into Miro
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
npm run export
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
Then open the Miro app and [import the JSON](/docs/miro/connecting-to-eventcatalog). Your schemas and messages will be available to drag onto the board, connect to services, and use in your architecture design sessions.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"label": "Import from Specifications",
|
|
3
|
+
"position": 3,
|
|
4
|
+
"collapsible": false,
|
|
5
|
+
"collapsed": false,
|
|
6
|
+
"link": {
|
|
7
|
+
"type": "generated-index",
|
|
8
|
+
"title": "Import OpenAPI & AsyncAPI into Miro",
|
|
9
|
+
"description": "Use EventCatalog plugins to import your API specifications and visualize them in Miro"
|
|
10
|
+
}
|
|
11
|
+
}
|