Skip to main content

Examples

Go-Micro provides a wealth of sample code/projects for reference.

Components' Usage

All Examples

RPC

  • helloworld example of remote calls using http and gRPC.

Kubernets

  • k8s example of using k8s service discovery registration and configuration management.

Complete Projects:

  • micro-blog a Golang blogging system/CMS, mono-repo microservices demo for Go-Micro
  • go-bi A Golang Business Intelligence System
  • go-sse Golang microservice framework go-micro implements SSE service
  • go-efk Golang microservice framework go-micro easily connects to the EFK log system
  • go-monolithic-demo GoMicro Monolithic Demo
  • go-microservices-demo GoMicro Microservices Demo