2 Forks
15 Stars
15 Watchers

MicroService

This article documents the thought process and steps involved in refactoring a distributed monolith to microservices. We are going to remove API GW, use Amazon Event Bridge and implement BASE consistency in the system to truly decouple our microservices. We also impliment AWS native observability, monitoring and alerting services.

How to download and setup MicroService

Open terminal and run command
git clone https://github.com/rehanvdm/MicroService.git
git clone is used to create a copy or clone of MicroService repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with MicroService https://github.com/rehanvdm/MicroService/archive/master.zip

Or simply clone MicroService with SSH
[email protected]:rehanvdm/MicroService.git

If you have some problems with MicroService

You may open issue on MicroService support forum (system) here: https://github.com/rehanvdm/MicroService/issues