Skip to content

Learn by example. Reusable Micro service applications

License

Notifications You must be signed in to change notification settings

etsangsplk/services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro services

This repo includes reusable micro services.

Overview

Services provides a home for real world examples for using Micro v3.

  • blog - A blog app composed as micro services
  • helloworld - A simple helloworld service
  • pubsub - A rudimentary pubsub example

Usage

Pull the service directly from github

# install micro
go get github.com/micro/micro/v3

# run the server
micro server

# login using the default account
# user: admin pass: micro
micro login

# run the service
micro run github.com/micro/services/helloworld

Legacy

For v2 usage please see go-micro.

Contributing

Feel free to contribute by PR and signoff.

License

Apache 2.0 Licensed

About

Learn by example. Reusable Micro service applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 87.2%
  • Makefile 10.7%
  • Dockerfile 2.1%