-
Notifications
You must be signed in to change notification settings - Fork 477
Home
EdwinVW edited this page Feb 10, 2023
·
11 revisions
This repo contains a sample application based on a Garage Management System for PitStop - a fictitious garage / car repair shop.
The primary goal of this sample is to demonstrate several software-architecture concepts like:
- Microservices
- CQRS
- Event driven Architecture
- Event sourcing
- Domain Driven Design (DDD)
- Eventual Consistency
and how to use container-technologies like:
- Docker
- Kubernetes
- Istio (service-mesh)
- Linkerd (service-mesh)
This is an actual garage somewhere in Dresden Germany. Thanks to Thomas Moerkerken for the picture!
Table of contents
- Startpage
- Functionality
- Solution
- Running the application
- Repository