Design: Microservices Architecture with Shared Database
Focus on the implications of using a shared database among microservices. Out of scope are detailed service implementations or UI design.
Functional Requirements
Non-Functional Requirements
Jump into concepts and practice - no test required
+----------------+
| API Gateway |
+-------+--------+
|
+---------------+---------------+
| | |
+----+ +----+ +----+
| S1 | | S2 | | S3 |
+----+ +----+ +----+
| | |
+--------------+---------------+
|
+-------+--------+
| Shared Database |
+----------------+ shared database anti-pattern in microservices?