Data Store Design

If you work with a traditional legacy system, you likely work with a Relational Database. If you work in a Microservice architectural model, you probably work with a NoSQL Database. At some point you probably work with everything in between too. Why does it seem that microservices lean towards the NoSQL or “schema-less” stores, where … Read more