aws-samples /
aws-microservices-deploy-options
This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
31/100 healthLoading repository data…
coding-parrot / repository
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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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_
Selected from shared topics, language and repository description—not editorial ratings.
aws-samples /
This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
31/100 healthThis is a public repo for microservices application built using java dropwizard thought this course: https://www.udemy.com/getting-started-with-microservices-from-zero-to-production/?couponCode=GITHUB
30/100 healthkalyan-vurugonda /
This repo is used for Java Microservices - S1 Course
37/100 healthkalyan-vurugonda /
This repo is used for Java Microservices - S1 Course (Practice Exercises)
37/100 healthArshiL610 /
This repo contains the frontend and backend code of a fullstack application called Workstation Booking. The frontend is react.js, backend is node.js and the database used is PostgreSQL.
31/100 healthb0ts /
Shows how to easily create a Java Microservice using dropwizard. I use this as a server to demonstrate end point testing using RESTassured. See the companion repo for some simple tests. https://github.com/b0ts/restIntegrationAndUnitTests
27/100 health