About This Architecture
Four microservices (User, Order, Product, Search) behind an API Gateway, each owning its own database technology: PostgreSQL for users, MongoDB for orders, Redis for product caching, and Elasticsearch for search indexing. Shows data isolation with inter-service API calls.