Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hossambarakat/espressoshop

Sample application composed of 3 microservices showing Kubernetes and Istio Service Mesh
https://github.com/hossambarakat/espressoshop

istio kubernetes microservices service-mesh

Last synced: 2 months ago
JSON representation

Sample application composed of 3 microservices showing Kubernetes and Istio Service Mesh

Awesome Lists containing this project

README

        

# EspressoShop
This repository holds an example composed of the following microservices:

- Web - ASP.Net Core MVC microservice that aggregate data from both ProductCatalog and Reviews services
- ProductCatalog - ASP.Net Core microservice that contains all the product information exposing via RESTful APIs
- Reviews - ASP.Net Core microservice that contains all the reviews for the products exposing via RESTful APIs