Skip to content
/ vanus Public
forked from vanus-labs/vanus

Vanus is a Serverless message queue for building EDA applications with Ease.

License

Notifications You must be signed in to change notification settings

xdlbdy/vanus

Repository files navigation

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

About

Vanus is a Serverless message queue for building EDA applications with Ease.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Other 0.9%