Skip to content

event-catalog/eventcatalog-asyncapi-example

Repository files navigation

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
  2. Run npm install
  3. Run the generators npm run generate
  4. Run the catalog npm run dev
  5. View your catalog at https://localhost:3000