https://github.com/sofianhw/go-jetstream-order
https://github.com/sofianhw/go-jetstream-order
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofianhw/go-jetstream-order
- Owner: sofianhw
- License: mit
- Created: 2023-02-14T17:47:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T18:23:31.000Z (over 3 years ago)
- Last Synced: 2025-03-13T18:15:59.344Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git clone git@github.com:sofianhw/go-jetstream-order.git
cd go-jetstream-order
docker build . -t gotainer
docker run --name goexec -v $(pwd):/app -d -i -t gotainer /bin/sh
docker exec -it goexec go run monitor/main.go
docker exec -it goexec go run push-order/main.go
docker exec -it goexec go run update-status/main.go