Skip to content

exfly/vulcan

Repository files navigation

vulcan: simple and ORM-less microservice skeleton

license

vulcan, a simple, ORM-less microservice skeleton, has been written in Golang. No ORM. Grpc for internal service and grpc-gateway for external request.

Table of Contents

Technical

No ORM

ORM can speed up development efficiency to a certain extent, but to a certain extent, it reduces the control of details and abandons performance. So no user ORM.

Usage

Assuming you have installed docker, docker-compose and golang

docker-compose up -d
go build -o vulcan cmd/vulcan/main.go cmd/vulcan/wire_gen.go

Contributing

See the contributing file!

PRs accepted.

License

Apache © exfly.

About

simple and ORM-less microservice skeleton

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published