Learn by Example

A collection of small, focused examples demonstrating common patterns with Go Micro.

Hello Service

A minimal HTTP service using Go Micro, with a single endpoint.

Rpc Client

Call a running service using the Go Micro client.

Service Discovery with Consul

Use Consul as the service registry.

Store Postgres

Use the Postgres store for persistent key/value state.

Transport Nats

Use NATS as the transport between services.