DEV Community

Discussion on: Sober Look at Microservices

Collapse
 
cheetah100 profile image
Peter Harrison

I've developed a system that moves the business domain into the database, into metadata. This way the same physical infrastructure can service multiple services. This is far more efficient in terms of the number of servers as you don't need separate infrastructure for each service. This is not new, is a pattern used in SQL databases where schema isn't baked in, rather a runtime artifact. dev.to/cheetah100/micro-nightmares...