Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 978 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 978 Bytes

Vanus

License Language codecov

Vanus is a Serverless Event Platform for Event-driven Architecture

Project Layout

This Project follows golang-standards/project-layout, see the project for understanding well vanus' codebase.

Development

gRPC API Testing

  1. install grpcui
go install github.com/fullstorydev/grpcui/cmd/grpcui@latest
  1. 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