studio
studio copied to clipboard
Visually design your AsyncAPI files and event-driven architecture.
One place that allows you to develop an AsyncAPI document, validate it, convert it to the latest version, preview the documentation and visualize the events flow.
:loudspeaker: ATTENTION:
This project is still under development and has not reached version 1.0.0 yet. This means that its API/styling/features may contain breaking changes until we're able to deploy the first stable version and begin semantic versioning.
- Requirements
- Using it locally
- Using it via Docker
- Development
- Spin up Gitpod
- Contribution
- Contributors β¨
Requirements
- NodeJS >= 14
Using it locally
Run:
npm install
npm start
and then go to http://localhost:3000.
Using it via Docker
Run:
docker run -it -p 8000:80 asyncapi/studio
and then go to http://localhost:8000.
The asyncapi/studio image is based on the official nginx image.
Please refer to the Nginx documentation to learn how to e.g. pass a custom nginx configuration or plug in additional volumes.
In some hosting scenarios (e.g. Docker Compose, Kubernetes) the container might not be exposed at the root path of the host.
Set the environment variable BASE_URL to let AsyncAPI Studio know from where to resolve static assets:
docker run -it -p 8000:80 -e BASE_URL=/a/custom/path asyncapi/studio
Development
- Setup project by installing dependencies
npm install - Write code and tests.
- Make sure all tests pass
npm test
Spin up Gitpod
In order to prepare and spin up a Gitpod dev environment for our project, we configured our workspace through a .gitpod.yml file.
To spin up a Gitpod, go to http://gitpod.io/#https://github.com/asyncapi/studio.
Contribution
Read CONTRIBUTING guide.
Contributors β¨
Thanks goes to these wonderful people (emoji key):
Maciej UrbaΕczyk π§ π» π π π€ π π¨ β οΈ π π§βπ« |
Fran MΓ©ndez π§ π» π π π€ π π¨ β οΈ π π§βπ« |
David Boyne π§ π» π π π€ π π¨ β οΈ π§βπ« |
Missy Turco π§ π» π€ π π¨ π§βπ« |
Florian Greinacher π» π π π |
Ritik Rawal π» |
Samriddhi π» |
Pauline P. Narvas π» π π |
Jonas Lagoni π€ π¬ π |
Sergio Moya π€ π¬ |
David Pereira π€ π¬ |
Nawed Ali π» π |
This project follows the all-contributors specification. Contributions of any kind welcome!
