Update install.md (#37)

1 file changed
tree: f51f575ed7a790ee0324f371439c1b0a3de71a59
  1. adminapi/
  2. bootstrap/
  3. cmd/
  4. common/
  5. conf/
  6. config/
  7. control/
  8. docs/
  9. examples/
  10. handler/
  11. health/
  12. integration/
  13. licenses/
  14. pkg/
  15. plugins/
  16. protocol/
  17. register/
  18. resolver/
  19. scripts/
  20. server/
  21. tests/
  22. util/
  23. .gitignore
  24. .travis.yml
  25. Dockerfile
  26. go.mod
  27. Jenkinsfile
  28. LICENSE
  29. mesher.go
  30. README.md
  31. start.bat
  32. start.sh
README.md

Mesher

Build Status Coverage Status Go Report Card GoDoc HitCount Join Slack

A service mesh implementation based on go chassis.

One big advantage of Mesher is it is able to work with go-chassis in same service mesh control plane like Istio. Without Istio they can work together with ServiceComb Service center and running on any infrastructure(docker, VM, baremetal). So if you choose go as your programing language, you can use go-chassis to gain better performance, and you can freely use other programing language which suit your service the most

Mesher support both linux and windows OS, that makes possible that .Net service can work with java, go, python service in one distributed system easily

Features

  • go-chassis: Mesher has all of features of go chassis a go micro service framework
  • Admin APIļ¼šListen on isolated port, let user to query runtime information

Get started

Refer to mesher-examples

How to build and run

  1. Install ServiceComb service-center

  2. build and run, use go mod(go 1.11+, experimental but a recommended way)

cd mesher
GO111MODULE=on go mod download
#optional
GO111MODULE=on go mod vendor
go build mesher.go
./mesher

Documentations

https://mesher.readthedocs.io/en/latest/