service

command
v0.0.0-...-e01b0a5 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

README

Service

This is an example of creating a micro service.

Contents

  • main.go - is the main definition of the service, handler and client
  • proto - contains the protobuf definition of the API
  • wrapper - demonstrates the use of Client and Server Wrappers

Prereqs

Micro services need a discovery system so they can find each other. Micro uses consul by default but its easily swapped out with etcd, kubernetes, or various other systems. We'll run consul for convenience.

Install consul

brew install consul

Alternative instructions - https://www.consul.io/intro/getting-started/install.html

Run Consul

consul agent -dev -advertise=127.0.0.1

Run the example

Run the service

go run main.go

Run the client

go run main.go --run_client

And that's all there is to it.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package greeter is a generated protocol buffer package.
Package greeter is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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