DEV Community

Cover image for My almost experience with Microservices
Victor Fontana Oliveira
Victor Fontana Oliveira

Posted on • Updated on • Originally published at victorfontana.com.br

My almost experience with Microservices

My previous experiences with micro-services wasn’t a huge success but at least it worked.

Having said that, I wanted to share some mistakes that me and my team did during the development and also what we could’ve done differently.

Monolith Database

One of biggest problem that we faced was having one huge MongoDB and Oracle database for all of the 40 microservices.

Top comments (0)