Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hossambarakat/espressoshop
- Owner: hossambarakat
- License: mit
- Created: 2019-01-30T00:06:57.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T12:14:24.000Z (over 3 years ago)
- Last Synced: 2023-03-02T07:35:42.064Z (almost 2 years ago)
- Topics: istio, kubernetes, microservices, service-mesh
- Language: C#
- Homepage:
- Size: 1.2 MB
- Stars: 19
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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