Vanus is a Serverless Event Platform for Event-driven Architecture
This Project follows golang-standards/project-layout, see the project for understanding well vanus' codebase.
- install grpcui
go install github.com/fullstorydev/grpcui/cmd/grpcui@latest
- run
grpcui
# see Makefile for more commands
# before start grpcui, the target server must has been started
make controller-start module=eventbus
make controller-api-test