Marketplace microservices platform
Prompt
Create a microservices architecture diagram for a marketplace platform: web app, mobile app, API gateway, auth service, user service, listing service, order service, payment service, notification service, Kafka for events, Redis cache, PostgreSQL per service, and object storage for media uploads.
Why this prompt works
It names the client layer, core domain services, async backbone, and data ownership pattern that make a microservices diagram useful during review.
Follow-up prompt
Show which services own each database and add retry handling for failed payment events.