Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project-flogo/asyncapi-gen
Flogo App template for the AsyncAPI Generator.
https://github.com/project-flogo/asyncapi-gen
asyncapi generator template
Last synced: 3 days ago
JSON representation
Flogo App template for the AsyncAPI Generator.
- Host: GitHub
- URL: https://github.com/project-flogo/asyncapi-gen
- Owner: project-flogo
- License: bsd-3-clause
- Created: 2020-06-16T17:00:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T21:32:20.000Z (over 4 years ago)
- Last Synced: 2024-11-08T21:12:56.279Z (about 2 months ago)
- Topics: asyncapi, generator, template
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flogo JSON template for the AsyncAPI Generator
- [Project Flogo repo](https://github.com/project-flogo/core)
- [AsyncAPI Generator repo](https://github.com/asyncapi/generator)## Usage
```
ag asyncapi.yml project-flogo/asyncapi-gen -o output
```If you don't have the AsyncAPI Generator installed, you can install it like this:
```
npm install -g @asyncapi/generator
```## Supported parameters
| Name | Description | Required | Example |
| ------------ | -------------------------------------------------------------------------------------------------------------------- | -------- | ------------ |
| server | The server you want to use in the Flogo app. If not, all the servers that can be found in the document will be used. | No | `production` |
| resourceType | The Flogo resource type to generate. Defaults to `flow`. | No | `flow` |## Supported protocols
- HTTP (`http`, `https`)
- Kafka (`kafka`, `kafka-secure`)
- MQTT (`mqtt`)
- Stomp (`stomp`)
- WebSockets (`ws`, `wss`)## Supported Flogo resource types
- [Flow](https://github.com/project-flogo/flow) (`flow`)
- [Stream](https://github.com/project-flogo/stream) (`stream`)