Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:16:48.000Z (4 months ago)
- Last Synced: 2024-09-17T22:40:46.021Z (4 months ago)
- Topics: asyncapi, documentation
- Language: JavaScript
- Homepage: https://www.eventcatalog.dev/docs/ascynapi
- Size: 793 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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