https://github.com/nguyenvanhuan243/asyncapi_studio
Asyncapi (Document For Kafka API)
https://github.com/nguyenvanhuan243/asyncapi_studio
asyncapi kafka socket studio
Last synced: 2 months ago
JSON representation
Asyncapi (Document For Kafka API)
- Host: GitHub
- URL: https://github.com/nguyenvanhuan243/asyncapi_studio
- Owner: nguyenvanhuan243
- License: apache-2.0
- Created: 2023-10-22T16:22:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T07:05:37.000Z (over 1 year ago)
- Last Synced: 2025-01-10T20:49:28.006Z (4 months ago)
- Topics: asyncapi, kafka, socket, studio
- Language: TypeScript
- Homepage: https://asyncapi-huancapital.onrender.com/
- Size: 1.89 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Live Produce and Consuming a Message
# Studio
This is a monorepo containing Studio source code, design system, and all their dependencies.
### Installing
Clone this repo and run:
```
npm install
```> **Note:** NPM v7+ is required.
## Development
#### Run Studio locally
```
npm run studio
```#### Run the Design System locally
```
npm run ds
```#### Run Studio and the Design System locally at the same time
```
npm run dev
```#### Build Studio for production
```
npm run build:studio
```#### Build the Design System for production
```
npm run build:ds
```#### Build Studio and the Design System for production
```
npm run build
```## Architecture decision records
### Create a new architecture decision record
- Copy `doc/adr/0000-template.md` to a new file (e.g `doc/adr/0001-record-architecture-decisions.md`)
- Open a new PR and discuss the decision with the community
- The PR must have `kind/adr` label
- The PR Title must starts with `chore: [ADR-nnnn] name of ADR` where `nnnn` is the adr number (e.g `chore: [ADR-0001] use architecture decision records`) same us commits.### List existing architecture decision records
See [docs/adr](docs/adr)