https://github.com/event-catalog/eventcatalog-asyncapi-example
Example of EventCatalog with many AsyncAPI files
https://github.com/event-catalog/eventcatalog-asyncapi-example
asyncapi documentation
Last synced: 3 days ago
JSON representation
Example of EventCatalog with many AsyncAPI files
- Host: GitHub
- URL: https://github.com/event-catalog/eventcatalog-asyncapi-example
- Owner: event-catalog
- Created: 2024-08-30T09:05:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T16:35:22.000Z (6 months ago)
- Last Synced: 2025-01-30T07:09:21.456Z (3 months ago)
- Topics: asyncapi, documentation
- Language: JavaScript
- Homepage: https://www.eventcatalog.dev/docs/ascynapi
- Size: 1.17 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventCatalog AsyncAPI Example
This is an example project for EventCatalog with the AsyncAPI generator plugin.
This example contains
- Many AsyncAPI Files
- Mapping AsyncAPI files into domains
- Versioning examples
- EventCatalog generated by AsyncAPI files### Getting Started
1. Clone this project
1. Run `npm install`
1. Run the generators `npm run generate`
1. Run the catalog `npm run dev`
1. View your catalog at https://localhost:3000