Hacker News new | ask | show | jobs
by jacobr1 263 days ago
This is why in microservice architectures you try to have data stores encapsulated via each service. So the APIs can support some kind backward compatibility path as you roll out changes to clients that interact with the service (presuming the db migration has public API implications).