Microservices
Composing data using Postgres Foreign Data Wrapper
Say you decided to go the micro-service way, split your database into pieces, and are now requested a feature that needs to display data stored from several of these databases. Fetching the data from...
read article