Event RPC service using go-micro
Demo event RPC service.
make up
or
CGO_ENABLED=0 go build
docker-compose build
docker-compose up -d
to shutdown
make down
./dmicrog -h
Standard micro environmental vars.
Build the binary
make proto
make build
Run the service
./dmicrog
make up
make demo
make down