27 Forks
78 Stars
78 Watchers

microservices-core

This repo uses three simple services to illustrate how most distributed microservice architecture systems work. We use Go for creating a reverse proxy and Java for service discovery and registering profiles. The services use heartbeats to stay registered. We use the MySQL database in service registry and profile.

How to download and setup microservices-core

Open terminal and run command
git clone https://github.com/coding-parrot/microservices-core.git
git clone is used to create a copy or clone of microservices-core 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 microservices-core https://github.com/coding-parrot/microservices-core/archive/master.zip

Or simply clone microservices-core with SSH
[email protected]:coding-parrot/microservices-core.git

If you have some problems with microservices-core

You may open issue on microservices-core support forum (system) here: https://github.com/coding-parrot/microservices-core/issues