Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coding-parrot/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.
https://github.com/coding-parrot/microservices-core
java microservices spring-boot
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/coding-parrot/microservices-core
- Owner: coding-parrot
- Created: 2020-06-15T20:16:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:05:27.000Z (about 2 years ago)
- Last Synced: 2023-03-04T17:44:38.266Z (almost 2 years ago)
- Topics: java, microservices, spring-boot
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 77
- Watchers: 6
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microservices-core
This live session describes three simple services used in most distributed microservice architecture systems. 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. The applications are written using Spring Boot, with their jar files running in AWS.
The Gateway service is written in Go. Every service registers it's IP and ports to the service registry. The EC2 instance running the gateway and profile services is different from the one hosting the service registry.
We confirm that the services work using a GET and POST request using curl from the local machine.
Video: https://www.youtube.com/watch?v=atCbbvKOKnU
System Design Video Course: https://interviewready.io
System Design book - https://amzn.to/2yQIrxH
System Design Playlist: https://www.youtube.com/playlist?list=PLMCXHnjXnTnvo6alSjVkgxV-VH6EPyvoX
You can follow me on:
Quora: https://www.quora.com/profile/Gaurav-Sen-6
LinkedIn: https://www.linkedin.com/in/gaurav-sen-56b6a941/
Twitter: https://twitter.com/gkcs_