Micro Starter Kit
Last updated
Last updated
Microservices starter kit for Golang, aims to be developer friendly.
Refer prerequisites docs
Also Refer scaffolding docs
clone the repo
By default this project use embedded sqlite3
database. if you want to use postgreSQL,
start postgres via docker-compose
command provided below
uncommend postgres
import statement and comment sqlite
in plugin.go
start micro server with --configFile=config.dev.postgres.yaml
flag
i.e., go run srv/account/main.go srv/account/plugin.go --configFile=config.dev.postgres.yaml
Node:
--server_address=localhost:5501x --broker_address=localhost:5502x
required only when you are behind VPN a.k.aWork From Home
Refer testing docs
Refer makefile docs
Refer docker docs
Refer releasing docs
examples - example usage code for micro
microhq - a place for prebuilt microservices
explorer - which aggregates micro based open source projects
micro-plugins extensible micro plugins