An open API service indexing awesome lists of open source software.

https://github.com/eedygreen/monolith-microservices

Refactoring of Monolith Application to Microservices. The FullStack Application was split into microservices having reverse proxy serving as a LoadBalancer between the Frontend and separate Backends services. While backend services run as independent services on EKS cluster. The backend services connects to Postgressql Database on AWS and S3 depending on the API calls from the front end via the reverse proxy server.
https://github.com/eedygreen/monolith-microservices

api aws aws-ec2 aws-s3 docker eks eks-cluster frontend microservices monolith postgresql-database restful-api sequelite travis travis-interface

Last synced: 3 months ago
JSON representation

Refactoring of Monolith Application to Microservices. The FullStack Application was split into microservices having reverse proxy serving as a LoadBalancer between the Frontend and separate Backends services. While backend services run as independent services on EKS cluster. The backend services connects to Postgressql Database on AWS and S3 depending on the API calls from the front end via the reverse proxy server.

Awesome Lists containing this project