|
|
|
|
|
by threethirtytwo
134 days ago
|
|
>That helps but is insufficient, since the set of concurrently deployed artifact versions can be different than any set of artifact versions seen by CI Simple, although I only mentioned repos should be mono, I should've also said deployment should be mono as well. I thought that was a given. >So you want to reimplement your own PostgreSQL-equivalent in another monorepo subdir too? I'm too lazy to do this but in general I want an artifact that is built. All sql queries need to be compiled and built and the database runs that artifact. And of course all of this is part of a monorepo that is monodeployed. >I don't understand how opting not to use modern RDBMSes is practical. It's not practical. My point is there's some really stupid obvious flaws we live with because it's the only practical solution. |
|
Deploying your service graph as one atomic unit is not a given, and not necessarily even the best idea - you need to be able to roll back an individual service unless you have very small changes between versions, which means that even if they were rolled out atomically, you still run the risk of mixed versions sets.