Skip to content

aachi/dabanshan-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dabanshan-GoLang Project

dependency

  • consul as discover service
  • zipkin as trace service
  • use grpc and protobuf
  • use mongodb as database
  • some go libs

services

  • svcs/product
  • svcs/user
  • svcs/order

how debug ?

  • use "go get -v *" install go libs
  • compile proto at "pb/Makefile"
  • download and launch consul as default discover service.
  • "go run cmd/productsvc/main.go" for launch product service
  • "go run cmd/usersvc/main.go" for launch user service
  • "go run cmd/ordersvc/main.go" for launch order service
  • "go run cmd/gateway/main.go" fro launch gateway api

debug example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors