mesher

command module
v1.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

README

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/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
metrics
Package metrics is a system-independent module it consider metrics key as first-class citizen each function is for recording one kind of metrics key and value it expose standard API to record runtime metrics for a service use prom as default metrics system
Package metrics is a system-independent module it consider metrics key as first-class citizen each function is for recording one kind of metrics key and value it expose standard API to record runtime metrics for a service use prom as default metrics system
plugins

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL