/dmicrog

Demo event go-micro rpc

Primary LanguageGo

Dmicrog Service

Event RPC service using go-micro

Description

Demo event RPC service.

Quick start

make up

or

CGO_ENABLED=0 go build
docker-compose build
docker-compose up -d

to shutdown

make down

Configuration

./dmicrog -h

Standard micro environmental vars.

Build it locally

Build the binary

make proto
make build

Run the service

./dmicrog

Demo

demo

make up
make demo
make down