DEV Community

Discussion on: A question about transforming a monolith to microservices

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I still prefer to set a schema from the outset if I can.

It would also be nice if the schema is UNBREAKABLE, unlike using ODM on top NoSQL.

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

if you like strict schema's I suggest SQL based databases.

If you want a Serverless variant, have a look at AWS Aurora Serverless for both MySQL and Postgres