Event Sourcing:?
- Keep the historical state in an event store and rebuild the database from
events if necessary.
Example: The User Service could use a SQL database for managing user data, while the
Order Service uses a NoSQL database for fast writes and queries.