Skip to content

Microservice teamplate with go-micro support multiple service interactions

License

Notifications You must be signed in to change notification settings

manju4ever/go-microservice-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go microservice teamplate with go-micro

This repository will focus on things that are not covered directly in the official documentation

Huge Thanks to asim @ https://github.com/go-micro for creating a wonderful framework !

Summary

Create a Todo Backend Application in microservice architectural style

Points of Focus

  • Create 2 separate microservices
  • Make 1 service call the other service
  • Create a client service to call multiple services to perform a single task
  • Use a NATS server where as Registry, Transport & Broker
  • Containerize all microservices

Todo Items

  • Extend the client to make requests through API server using Go Fiber
  • Create complex read routes with filters support
  • Create routes that can upload media objects

About

Microservice teamplate with go-micro support multiple service interactions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published