-
Notifications
You must be signed in to change notification settings - Fork 485
Home
Edwin van Wijk edited this page Jul 4, 2025
·
13 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
how to use container-technologies like:
- Docker
- Kubernetes
- Istio (service-mesh)
- Linkerd (service-mesh)
and how to implement automated UI tests.
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