An open API service indexing awesome lists of open source software.

https://github.com/sofianhw/go-jetstream-order


https://github.com/sofianhw/go-jetstream-order

Last synced: 18 days ago
JSON representation

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