sazid / go-distributed-services

A very simple implementation of distributed system and service-serrvice communication to learn how things work at large.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Distributed Services

A very simple implementation of distributed system and service communication learn how things work at large.

Run

$ make all

Now run these three services from separate terminals (in the exact order):

$ ./bin/registryservice
$ ./bin/logservice
$ ./bin/gradingservice

About

A very simple implementation of distributed system and service-serrvice communication to learn how things work at large.


Languages

Language:Go 98.8%Language:Makefile 1.2%