@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,70 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 2
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog users
|
|
5
|
+
sidebar_label: Creating a user
|
|
6
|
+
title: Creating users
|
|
7
|
+
description: Creating and managing users within EventCatalog.
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
Adding a user to your Catalog is a great way to add an owner for a domain, service or message.
|
|
11
|
+
|
|
12
|
+
### What do users look like in EventCatalog?
|
|
13
|
+
|
|
14
|
+

|
|
15
|
+
|
|
16
|
+
## Adding a new user
|
|
17
|
+
|
|
18
|
+
To add a new user, create a new file within the `/users` folder with an `md` file.
|
|
19
|
+
|
|
20
|
+
- `/users/{user id}.mdx`
|
|
21
|
+
- (example `/users/dboyne.mdx`)
|
|
22
|
+
|
|
23
|
+
The `md` contents are split into two sections, **frontmatter** and the **markdown content**.
|
|
24
|
+
|
|
25
|
+
_Here is an example of what a user markdown file may look like._
|
|
26
|
+
|
|
27
|
+
```md title="/users/full-stack.md (example)"
|
|
28
|
+
---
|
|
29
|
+
# id of the user
|
|
30
|
+
id: dboyne
|
|
31
|
+
|
|
32
|
+
# display name for the user
|
|
33
|
+
name: David Boyne
|
|
34
|
+
|
|
35
|
+
# URL path for a profile image
|
|
36
|
+
avatarUrl: "https://pbs.twimg.com/profile_images/1262283153563140096/DYRDqKg6_400x400.png"
|
|
37
|
+
|
|
38
|
+
# users role in the company
|
|
39
|
+
role: Lead developer
|
|
40
|
+
|
|
41
|
+
# optional user email address
|
|
42
|
+
email: test@test.com
|
|
43
|
+
|
|
44
|
+
# optional slack link to DM the user
|
|
45
|
+
slackDirectMessageUrl: https://yourteam.slack.com/channels/boyney123
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Overview
|
|
49
|
+
|
|
50
|
+
<!-- Contents about the user -->
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**That's it!**
|
|
55
|
+
|
|
56
|
+
Once you add your new user to EventCatalog, it will now show in the docs.
|
|
57
|
+
|
|
58
|
+
## Adding content
|
|
59
|
+
|
|
60
|
+
With **users** you can write any Markdown you want and it will render on your page. Every command gets its own page.
|
|
61
|
+
|
|
62
|
+
Users do not support custom components.
|
|
63
|
+
|
|
64
|
+
### Tips for user content
|
|
65
|
+
|
|
66
|
+
It's entirely up to you what you want to add to your users markdown content but here are a few things you might want to consider.
|
|
67
|
+
|
|
68
|
+
- Context of the user. Who are they?
|
|
69
|
+
- Contact info for the user?
|
|
70
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"label": "Users",
|
|
3
|
+
"position": 12,
|
|
4
|
+
"collapsible": true,
|
|
5
|
+
"collapsed": true,
|
|
6
|
+
"link": {
|
|
7
|
+
"type": "generated-index",
|
|
8
|
+
"slug": "/users",
|
|
9
|
+
"description": "A collection of guides to help you understand users and how they work with EventCatalog."
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 1
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog Schemas
|
|
5
|
+
sidebar_label: Getting started
|
|
6
|
+
title: Getting started with schemas
|
|
7
|
+
description: Getting started with schemas in EventCatalog
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
EventCatalog supports **any schema or specification format**, including (but not limited to):
|
|
11
|
+
|
|
12
|
+
- JSON / YAML
|
|
13
|
+
- Avro
|
|
14
|
+
- Protobuf
|
|
15
|
+
- GraphQL
|
|
16
|
+
- OpenAPI
|
|
17
|
+
- AsyncAPI
|
|
18
|
+
|
|
19
|
+
Schemas are **optional**, but they add valuable context to your messages and services by making data structures explicit and discoverable.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Why add schemas?
|
|
24
|
+
|
|
25
|
+
By adding schemas to your messages and services, you unlock several benefits:
|
|
26
|
+
|
|
27
|
+
- **Schema Explorer** – Quickly find and browse schemas [(see demo)](https://demo.eventcatalog.dev/schemas/explorer)
|
|
28
|
+
- **Fields Explorer** – Browse every schema field catalog-wide, search across formats, and trace fields to the services that produce and consume them [(see guide)](/docs/development/guides/schemas/fields-explorer)
|
|
29
|
+
- **API access** – Access schemas programmatically through the EventCatalog API [(see guide)](/docs/development/guides/schemas/schema-api)
|
|
30
|
+
- **Ask questions** – Query and explore schemas using the [EventCatalog MCP](/docs/development/ask-your-architecture/mcp-server/introduction)
|
|
31
|
+
- **Visualization** – Help developers understand data structures using [schema property search and visualization](/docs/development/components/components/schema-viewer)
|
|
32
|
+
- **Field Usage** – Track which services depend on specific fields to understand the impact of schema changes [(see guide)](/docs/development/guides/schemas/field-usage)
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Adding schemas to messages
|
|
37
|
+
|
|
38
|
+
You can attach one or more schemas to any message type:
|
|
39
|
+
|
|
40
|
+
- **Commands** -
|
|
41
|
+
- **Queries**
|
|
42
|
+
- **Events**
|
|
43
|
+
|
|
44
|
+
Get started by following the relevant guide:
|
|
45
|
+
|
|
46
|
+
- [Adding schemas to commands](/docs/development/guides/messages/common/adding-schemas)
|
|
47
|
+
- [Adding schemas to queries](/docs/development/guides/messages/common/adding-schemas)
|
|
48
|
+
- [Adding schemas to events](/docs/development/guides/messages/common/adding-schemas)
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Adding specifications to services
|
|
53
|
+
|
|
54
|
+
In addition to message-level schemas, services can render full API and messaging specifications, including:
|
|
55
|
+
|
|
56
|
+
- **AsyncAPI**
|
|
57
|
+
- **OpenAPI**
|
|
58
|
+
- **GraphQL**
|
|
59
|
+
|
|
60
|
+
Use the guides below to add specifications to your services:
|
|
61
|
+
|
|
62
|
+
- [Adding AsyncAPI specifications to services](/docs/development/guides/services/adding-to-services/asyncapi)
|
|
63
|
+
- [Adding OpenAPI specifications to services](/docs/development/guides/services/adding-to-services/openapi)
|
|
64
|
+
- [Adding GraphQL schemas to services](/docs/development/guides/services/adding-to-services/graphql)
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 1
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog Schemas
|
|
5
|
+
sidebar_label: Schema Explorer
|
|
6
|
+
title: Schema Explorer
|
|
7
|
+
description: Explore your schemas in the Schema Explorer
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
import AddedIn from '@site/src/components/MDX/AddedIn';
|
|
11
|
+
|
|
12
|
+
<AddedIn version="2.64.0" />
|
|
13
|
+
|
|
14
|
+
The Schema Explorer is a powerful tool that allows your team to quickly find, filter and understand your schemas in your Architecture (see [demo](https://demo.eventcatalog.dev/schemas)).
|
|
15
|
+
|
|
16
|
+
Your teams can quickly find the schema, who owns it, who is producing or consuming it and get API (GET) access to your schemas for mocking or testing.
|
|
17
|
+
|
|
18
|
+
The schema explorer supports any schema format, including JSON, YAML, Avro, Protobuf, GraphQL, OpenAPI, AsyncAPI, etc.
|
|
19
|
+
|
|
20
|
+

|
|
21
|
+
|
|
22
|
+
Using the Schema Explorer, you can:
|
|
23
|
+
|
|
24
|
+
- Quickly find schemas in your Architecture
|
|
25
|
+
- View diffs between versions of your schemas
|
|
26
|
+
- Quickly find who is consuming or producing your schemas
|
|
27
|
+
- Schema ownership to query who owns a schema
|
|
28
|
+
- Get API (GET) access to your schemas for mocking or testing
|
|
29
|
+
|
|
30
|
+
### How to use the Schema Explorer?
|
|
31
|
+
|
|
32
|
+
You can access the Schema Explorer from the sidebar, or by going to the `/schemas/explorer` page.
|
|
33
|
+
|
|
34
|
+
The page will take all the schemas from your EventCatalog and render them in a searchable list.
|
|
35
|
+
|
|
36
|
+
:::tip Schema Path
|
|
37
|
+
You need to set the `schemaPath` in your schema frontmatter to the path to your schema file for Events, Queries and Commands.
|
|
38
|
+
|
|
39
|
+
For services you need to specify the path to your specification file in the `specifications` frontmatter.
|
|
40
|
+
:::
|
|
41
|
+
|
|
42
|
+
The Schema Explorer is a powerful tool that allows your team to quickly find and understand your schemas in your Architecture (see [demo](https://demo.eventcatalog.dev/schemas)). The schema explorer supports any schema format, including JSON, YAML, Avro, Protobuf, GraphQL, OpenAPI, AsyncAPI, etc.
|
|
43
|
+
|
|
44
|
+

|
|
45
|
+
|
|
46
|
+
##### Filters
|
|
47
|
+
You can use the filters to quickly find schemas in your Architecture. You can filter by name, message type and schema format.
|
|
48
|
+
|
|
49
|
+
##### Schema Preview
|
|
50
|
+
|
|
51
|
+
The schema preview will show you a preview of the schema in a readable format, you can use the `Schema` button to switch between different views of your schema (if they are supported, JSON or Avro).
|
|
52
|
+
|
|
53
|
+
##### API Access
|
|
54
|
+
|
|
55
|
+
For EventCatalog Scale users, you can get API (GET) access to your schemas for mocking or testing.
|
|
56
|
+
|
|
57
|
+
##### Producers and Consumers
|
|
58
|
+
|
|
59
|
+
The producers and consumers section will show you who is producing or consuming the schema. You can click on the producer or consumer to see more information about them.
|
|
60
|
+
|
|
61
|
+
### Turn off the Schema Explorer
|
|
62
|
+
|
|
63
|
+
You can hide the Schema Explorer by setting the it's visibility to `false` in your `eventcatalog.config.js` file.
|
|
64
|
+
|
|
65
|
+
```js title="eventcatalog.config.js"
|
|
66
|
+
module.exports = {
|
|
67
|
+
sidebar: [
|
|
68
|
+
{
|
|
69
|
+
id: '/schemas/explorer',
|
|
70
|
+
visible: false,
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
};
|
|
74
|
+
```
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 3
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog Schemas
|
|
5
|
+
sidebar_label: Get access to your schemas via API
|
|
6
|
+
title: Schema API
|
|
7
|
+
description: Get API (GET) access to your schemas for mocking or testing
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
import AddedIn from '@site/src/components/MDX/AddedIn';
|
|
11
|
+
import EventCatalogPro from '@site/src/components/MDX/EventCatalogPro';
|
|
12
|
+
|
|
13
|
+
<AddedIn version="2.64.0" />
|
|
14
|
+
<EventCatalogPro plan="Scale" />
|
|
15
|
+
|
|
16
|
+
Your EventCatalog schemas for your Events, Queries, Commands and Services can be accessed via API (GET requests).
|
|
17
|
+
|
|
18
|
+
:::info OpenAPI specification
|
|
19
|
+
You can find the OpenAPI specification for the Schema API [here](https://github.com/event-catalog/eventcatalog/blob/main/eventcatalog-api-openapi.yaml).
|
|
20
|
+
:::
|
|
21
|
+
|
|
22
|
+
### Message Schemas
|
|
23
|
+
|
|
24
|
+
The Message Schemas API allows you to get the schema for a specific event, query or command.
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
GET /api/schemas/events/{eventId}/{version}
|
|
28
|
+
GET /api/schemas/queries/{queryId}/{version}
|
|
29
|
+
GET /api/schemas/commands/{commandId}/{version}
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
You can also get the latest version of the schema by omitting the version parameter.
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
GET /api/schemas/events/{eventId}/latest
|
|
36
|
+
GET /api/schemas/queries/{queryId}/latest
|
|
37
|
+
GET /api/schemas/commands/{commandId}/latest
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
| Parameter | Description |
|
|
41
|
+
| --------- | ----------- |
|
|
42
|
+
| `eventId` | The id of the event |
|
|
43
|
+
| `queryId` | The id of the query |
|
|
44
|
+
| `commandId` | The id of the command |
|
|
45
|
+
| `version` | The version of the message or `latest` to get the latest version |
|
|
46
|
+
|
|
47
|
+
### Service Specifications
|
|
48
|
+
|
|
49
|
+
The Service Specifications API allows you to get the specification for a specific service.
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
GET /api/schemas/services/{serviceId}/{version}/{type}
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
| Parameter | Description |
|
|
56
|
+
| --------- | ----------- |
|
|
57
|
+
| `serviceId` | The id of the service |
|
|
58
|
+
| `version` | The version of the service |
|
|
59
|
+
| `type` | The type of specification, currently only `asyncapi`, `openapi` and `graphql` are supported. |
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 3
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog Schemas
|
|
5
|
+
sidebar_label: Connect schemas to your LLMs
|
|
6
|
+
title: Schema MCP
|
|
7
|
+
description: Get access to your schemas for your MCP clients (e.g Cursor, Windsurf, Claude Desktop etc)
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
import AddedIn from '@site/src/components/MDX/AddedIn';
|
|
11
|
+
import EventCatalogPro from '@site/src/components/MDX/EventCatalogPro';
|
|
12
|
+
|
|
13
|
+
<AddedIn version="2.64.0" />
|
|
14
|
+
<EventCatalogPro plan="Scale" />
|
|
15
|
+
|
|
16
|
+
The [EventCatalog MCP server](/docs/development/ask-your-architecture/mcp-server/introduction) allows you to get access to your documentation and context in your MCP clients (e.g Cursor, Windsurf, Claude Desktop etc).
|
|
17
|
+
|
|
18
|
+
Your documented schemas for your Events, Queries, Commands and Services can be accessed via the EventCatalog MCP server.
|
|
19
|
+
|
|
20
|
+
This allows you to ask questions about your schemas, get schema information for your services and messages, directly in your code editor or LLM.
|
|
21
|
+
|
|
22
|
+
To get started, you can follow the guide to [get started with the EventCatalog MCP server](/docs/development/ask-your-architecture/mcp-server/getting-started).
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 3
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog field usage
|
|
5
|
+
- field lineage
|
|
6
|
+
- schema field tracking
|
|
7
|
+
sidebar_label: Consumer Field Usage
|
|
8
|
+
title: Consumer Field Usage
|
|
9
|
+
description: Track which services depend on specific message fields.
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
import AddedIn from '@site/src/components/MDX/AddedIn';
|
|
13
|
+
|
|
14
|
+
<AddedIn version="3.24.0" />
|
|
15
|
+
|
|
16
|
+
Field Usage lets consumers declare which specific fields of a message they depend on. When fields are declared, EventCatalog generates a **Field Usage** page for that message showing a cross-service view of field dependencies.
|
|
17
|
+
|
|
18
|
+
This gives producers visibility into downstream impact before changing or removing a field.
|
|
19
|
+
|
|
20
|
+

|
|
21
|
+
|
|
22
|
+
## Declare fields in services
|
|
23
|
+
|
|
24
|
+
To declare field dependencies, add a `fields` array to any entry in your service's `receives` frontmatter.
|
|
25
|
+
|
|
26
|
+
```md title="/services/ShippingService/index.mdx"
|
|
27
|
+
---
|
|
28
|
+
id: ShippingService
|
|
29
|
+
version: 1.0.0
|
|
30
|
+
receives:
|
|
31
|
+
- id: PaymentProcessed
|
|
32
|
+
version: 1.0.0
|
|
33
|
+
fields:
|
|
34
|
+
- orderId
|
|
35
|
+
- amount
|
|
36
|
+
- currency
|
|
37
|
+
from:
|
|
38
|
+
- id: payments.events
|
|
39
|
+
---
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
The `fields` array is a list of field names as strings. Only include the fields your service actually reads -- you do not need to list every field in the message.
|
|
43
|
+
|
|
44
|
+
## Declare fields in domains
|
|
45
|
+
|
|
46
|
+
Domains support the same `fields` property on their `receives` pointers.
|
|
47
|
+
|
|
48
|
+
```md title="/domains/Billing/index.mdx"
|
|
49
|
+
---
|
|
50
|
+
id: Billing
|
|
51
|
+
version: 1.0.0
|
|
52
|
+
receives:
|
|
53
|
+
- id: PaymentProcessed
|
|
54
|
+
version: 1.0.0
|
|
55
|
+
fields:
|
|
56
|
+
- orderId
|
|
57
|
+
- amount
|
|
58
|
+
---
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## View the Field Usage page
|
|
62
|
+
|
|
63
|
+
When a message has a `schemaPath` set and at least one service or domain declares `fields` for that message, a **Field Usage** link appears in the message sidebar under "API & Contracts".
|
|
64
|
+
|
|
65
|
+
Navigate to any message page and click **Field Usage** in the sidebar, or go directly to:
|
|
66
|
+
|
|
67
|
+
```
|
|
68
|
+
http://localhost:3000/docs/{type}/{id}/{version}/field-lineage
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
The page shows a table with the following columns:
|
|
72
|
+
|
|
73
|
+
| Column | Description |
|
|
74
|
+
|---|---|
|
|
75
|
+
| Field | The field name from the schema |
|
|
76
|
+
| Type | The data type (extracted from the schema) |
|
|
77
|
+
| Description | The field description (extracted from the schema) |
|
|
78
|
+
| Consumers | Services or domains that declared a dependency on this field |
|
|
79
|
+
|
|
80
|
+
All fields from the schema are listed -- not only the ones with declared consumers. This gives you a complete picture and makes it easy to spot unused fields.
|
|
81
|
+
|
|
82
|
+
Use the **Consumed only** filter button to narrow the list down to fields that have at least one consumer.
|
|
83
|
+
|
|
84
|
+
## Understand the "Fields not found in schema" section
|
|
85
|
+
|
|
86
|
+
If a service declares a field that does not exist in the message schema, it appears in a separate **Fields not found in schema** warning section at the bottom of the page.
|
|
87
|
+
|
|
88
|
+
This section helps you catch:
|
|
89
|
+
|
|
90
|
+
- Typos in field names declared by consumers
|
|
91
|
+
- Fields that were removed from the schema but are still referenced by consumers
|
|
92
|
+
- Outdated documentation that has drifted from the actual schema
|
|
93
|
+
|
|
94
|
+
Resolving these mismatches keeps your documentation accurate and prevents consumers from unknowingly depending on fields that no longer exist.
|
|
95
|
+
|
|
96
|
+
## Supported schema formats
|
|
97
|
+
|
|
98
|
+
Field metadata (type and description) is automatically extracted from the message schema. The following formats are supported:
|
|
99
|
+
|
|
100
|
+
- JSON Schema
|
|
101
|
+
- Avro
|
|
102
|
+
- Protobuf
|
|
103
|
+
|
|
104
|
+
If your schema is in a different format, the Field Usage page will still list declared consumers but will not show type or description information.
|
|
105
|
+
|
|
106
|
+
## Use the SDK
|
|
107
|
+
|
|
108
|
+
The `fields` property is also available when using the EventCatalog SDK to programmatically add messages to services or domains.
|
|
109
|
+
|
|
110
|
+
```typescript
|
|
111
|
+
import { addEventToService } from '@eventcatalog/sdk';
|
|
112
|
+
|
|
113
|
+
await addEventToService('ShippingService', 'receives', {
|
|
114
|
+
id: 'PaymentProcessed',
|
|
115
|
+
version: '1.0.0',
|
|
116
|
+
fields: ['orderId', 'amount', 'currency'],
|
|
117
|
+
});
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
The same `fields` option is available on `addCommandToService`, `addQueryToService`, `addEventToDomain`, `addCommandToDomain`, and `addQueryToDomain`.
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 2
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog schema fields explorer
|
|
5
|
+
- field traceability
|
|
6
|
+
- field conflict detection
|
|
7
|
+
- schema field search
|
|
8
|
+
sidebar_label: Fields Explorer
|
|
9
|
+
title: Fields Explorer
|
|
10
|
+
description: Browse, search, and trace schema fields across all messages in your catalog.
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
import AddedIn from '@site/src/components/MDX/AddedIn';
|
|
14
|
+
import EventCatalogPro from '@site/src/components/MDX/EventCatalogPro';
|
|
15
|
+
|
|
16
|
+
<AddedIn version="3.26.0" />
|
|
17
|
+
|
|
18
|
+
:::info SSR required
|
|
19
|
+
The Fields Explorer requires EventCatalog to run in SSR (server-side rendering) mode. It is not available in static builds.
|
|
20
|
+
:::
|
|
21
|
+
|
|
22
|
+
<iframe width="100%" height="415" src="https://www.youtube.com/embed/PQIBATgtuKs?si=TagMKL49ZD_G_HYE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
The Fields Explorer gives you a catalog-wide view of every schema field across all your events, commands, and queries (supporting AVRO, JSON, and Proto). Search and filter fields by name, format, or message type, then click any field to trace exactly which services produce and consume it.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+

|
|
29
|
+
|
|
30
|
+
## Get started
|
|
31
|
+
|
|
32
|
+
Fields are indexed automatically when EventCatalog starts in SSR mode. No additional configuration is required beyond adding schemas to your messages via the `schemaPath` frontmatter property.
|
|
33
|
+
|
|
34
|
+
The following schema formats are supported:
|
|
35
|
+
|
|
36
|
+
- JSON Schema
|
|
37
|
+
- Avro
|
|
38
|
+
- Protobuf
|
|
39
|
+
|
|
40
|
+
Once your catalog is running, navigate to `/schemas/fields` or click **Schema Fields** in the sidebar to open the Fields Explorer.
|
|
41
|
+
|
|
42
|
+
## Search and filter
|
|
43
|
+
|
|
44
|
+
The left sidebar contains all filtering options.
|
|
45
|
+
|
|
46
|
+
**Full-text search** -- Type in the search box to find fields by path, type, or description. The search uses prefix matching, so `ord` will match `orderId`, `orderStatus`, etc.
|
|
47
|
+
|
|
48
|
+
**Schema format** -- Filter results to a single schema format (json-schema, avro, or proto). The count next to each option shows how many fields match.
|
|
49
|
+
|
|
50
|
+
**Message type** -- Narrow results to fields that appear only in events, commands, or queries.
|
|
51
|
+
|
|
52
|
+
**Shared fields only** -- Show only fields whose path appears in more than one message. This is useful for spotting reused data structures and understanding cross-message coupling.
|
|
53
|
+
|
|
54
|
+
## Read the fields table
|
|
55
|
+
|
|
56
|
+
Each row in the table represents a single field in a specific message schema.
|
|
57
|
+
|
|
58
|
+
| Column | Description |
|
|
59
|
+
|---|---|
|
|
60
|
+
| Field Path | The dotted path to the field (e.g. `order.shipping.address`). Hover to reveal a copy button. |
|
|
61
|
+
| Type | The data type declared in the schema. |
|
|
62
|
+
| Message | The event, command, or query that contains this field. Click to open that message's documentation page. |
|
|
63
|
+
| Format | The schema format the field was extracted from. |
|
|
64
|
+
| Required | Shown when the field is marked required in the schema. |
|
|
65
|
+
| Owners | Teams or users who own the message this field belongs to. |
|
|
66
|
+
|
|
67
|
+
## Trace field lineage
|
|
68
|
+
|
|
69
|
+
<EventCatalogPro plan="Scale" />
|
|
70
|
+
|
|
71
|
+
Clicking any field row opens a full-screen **Field Traceability** panel. This panel shows a node graph with three layers:
|
|
72
|
+
|
|
73
|
+
1. **Producer services** -- services that publish the message containing this field
|
|
74
|
+
2. **Messages** -- the events, commands, or queries that carry the field
|
|
75
|
+
3. **Consumer services** -- services that subscribe to those messages
|
|
76
|
+
|
|
77
|
+
The right-hand panel lists the same information in a collapsible format and lets you click any node to focus the graph on it.
|
|
78
|
+
|
|
79
|
+

|
|
80
|
+
|
|
81
|
+
_[If you want to try this feature you can get a 14 day free trail of EventCatalog Scale](https://eventcatalog.cloud)_
|
|
82
|
+
|
|
83
|
+
## Detect type conflicts
|
|
84
|
+
|
|
85
|
+
<EventCatalogPro plan="Scale" />
|
|
86
|
+
|
|
87
|
+
When the same field path appears in multiple messages with different data types, the Fields Explorer surfaces a **type conflict**.
|
|
88
|
+
|
|
89
|
+

|
|
90
|
+
|
|
91
|
+
In the table, a conflict is shown as an amber warning badge with the number of distinct types (for example, `2 types`). Hovering reveals a tooltip listing each type and the count of schemas that use it.
|
|
92
|
+
|
|
93
|
+

|
|
94
|
+
|
|
95
|
+
Inside the Field Traceability panel, a **Type Conflict** section appears in the right-hand details panel. It lists each type variant and how many schemas use it. When conflicts exist, the node graph renders a separate field node per type, making it immediately clear which messages use each variant.
|
|
96
|
+
|
|
97
|
+
To see only conflicting fields across your entire catalog, enable the **Conflicting fields** filter in the sidebar.
|
|
98
|
+
|
|
99
|
+
## Understand the fields index
|
|
100
|
+
|
|
101
|
+
When EventCatalog starts in SSR mode it builds a SQLite index at `.eventcatalog/fields.db` inside your catalog directory. The index is rebuilt on every start, so it always reflects the latest version of each message schema.
|
|
102
|
+
|
|
103
|
+
Only the **latest version** of each event, command, and query is indexed. Older versions are not included.
|
|
104
|
+
|
|
105
|
+
If a message has no `schemaPath` set, it is skipped silently. If a schema file cannot be parsed (for example, due to a syntax error), the indexer emits a warning in the startup logs and continues.
|
|
106
|
+
|
|
107
|
+
## Hide the Fields Explorer
|
|
108
|
+
|
|
109
|
+
You can hide the Fields Explorer from the sidebar by setting its visibility to `false` in `eventcatalog.config.js`.
|
|
110
|
+
|
|
111
|
+
```js title="eventcatalog.config.js"
|
|
112
|
+
module.exports = {
|
|
113
|
+
sidebar: [
|
|
114
|
+
{
|
|
115
|
+
id: '/schemas/fields',
|
|
116
|
+
visible: false,
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
};
|
|
120
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"label": "Schemas & Specifications",
|
|
3
|
+
"position": 5,
|
|
4
|
+
"collapsible": true,
|
|
5
|
+
"collapsed": true,
|
|
6
|
+
"link": {
|
|
7
|
+
"type": "generated-index",
|
|
8
|
+
"slug": "/schemas",
|
|
9
|
+
"description": "A collection of guides to help you understand schemas and how they work with EventCatalog."
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 1
|
|
3
|
+
keywords:
|
|
4
|
+
- EventCatalog services
|
|
5
|
+
- Services
|
|
6
|
+
sidebar_label: What are services?
|
|
7
|
+
title: Understanding services
|
|
8
|
+
description: What are services? Why are they useful for event-driven architectures?
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
import AddedIn from '@site/src/components/MDX/AddedIn';
|
|
12
|
+
|
|
13
|
+
In EventCatalog services represent systems that produce or receive messages (e.g [commands](/docs/development/guides/messages/commands/introduction), [events](/docs/development/guides/messages/events/introduction) or [queries](/docs/development/guides/messages/queries/introduction)).
|
|
14
|
+
|
|
15
|
+
Services can have one or more specifications (OpenAPI, AsyncAPI, GraphQL) attached to them.
|
|
16
|
+
|
|
17
|
+
Services can be part of a domain, subdomain or independent.
|
|
18
|
+
|
|
19
|
+
:::tip
|
|
20
|
+
|
|
21
|
+
If your building microservices, think of a service as a microservice, or if you are building monolith applications, think of a service as that application. The term service is loosely defined by EventCatalog as flexible to what you need.
|
|
22
|
+
|
|
23
|
+
:::
|
|
24
|
+
|
|
25
|
+
## Internal and external services
|
|
26
|
+
|
|
27
|
+
Services in EventCatalog fall into two categories:
|
|
28
|
+
|
|
29
|
+
- **Internal services** — systems your team owns and operates. Your own microservices, monoliths, or applications. This is the default when you create a service.
|
|
30
|
+
- **External services** — third-party systems you integrate with but do not own, such as Stripe, Twilio, or Snowflake. You opt in to this by setting `externalSystem: true` on the service.
|
|
31
|
+
|
|
32
|
+
Both are just services under the hood — they share the same schema, can send and receive messages, be versioned, have owners, and carry specifications. The distinction only affects how they are grouped in the sidebar and rendered in the visualiser, so that the systems you operate are easy to tell apart from the ones you depend on.
|
|
33
|
+
|