Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icewhaletech/casaos-messagebus
Message bus accepts events and actions from various sources and delivers them to subscribers
https://github.com/icewhaletech/casaos-messagebus
go golang notification-api pubsub rest-api websocket
Last synced: 9 days ago
JSON representation
Message bus accepts events and actions from various sources and delivers them to subscribers
- Host: GitHub
- URL: https://github.com/icewhaletech/casaos-messagebus
- Owner: IceWhaleTech
- License: apache-2.0
- Created: 2022-11-06T21:00:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:16:30.000Z (14 days ago)
- Last Synced: 2024-11-04T11:20:47.873Z (14 days ago)
- Topics: go, golang, notification-api, pubsub, rest-api, websocket
- Language: Go
- Homepage:
- Size: 212 KB
- Stars: 7
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CasaOS-MessageBus
[![Go Reference](https://pkg.go.dev/badge/github.com/IceWhaleTech/CasaOS-MessageBus.svg)](https://pkg.go.dev/github.com/IceWhaleTech/CasaOS-MessageBus) [![Go Report Card](https://goreportcard.com/badge/github.com/IceWhaleTech/CasaOS-MessageBus)](https://goreportcard.com/report/github.com/IceWhaleTech/CasaOS-MessageBus) [![goreleaser](https://github.com/IceWhaleTech/CasaOS-MessageBus/actions/workflows/release.yml/badge.svg)](https://github.com/IceWhaleTech/CasaOS-MessageBus/actions/workflows/release.yml) [![codecov](https://codecov.io/gh/IceWhaleTech/CasaOS-MessageBus/branch/main/graph/badge.svg?token=U4S4ZSZAL9)](https://codecov.io/gh/IceWhaleTech/CasaOS-MessageBus)
Message bus accepts events and actions from various sources and delivers them to subscribers.
See [openapi.yaml](./api/message_bus/openapi.yaml) for API specification.
## publish api to npm
### edit version in package.json
### run
```bash
yarnyarn start
```### publish
Manual publish
```bash
yarn publish
```Auto publish
```bash
git push origin dev**
```