rash on Nostr: 2. A shared DB is fine, actually: At the core of a lot of microservice architecture ...
2. A shared DB is fine, actually:
At the core of a lot of microservice architecture is a need to hide the data layer from everything else. No-one but the service itself should access "their" database.
But. It's actually fine, databases are cool with getting accessed by different applications and they even have features that let you subscribe to changes someone somewhere else made. Crazy!
/4
At the core of a lot of microservice architecture is a need to hide the data layer from everything else. No-one but the service itself should access "their" database.
But. It's actually fine, databases are cool with getting accessed by different applications and they even have features that let you subscribe to changes someone somewhere else made. Crazy!
/4