Open
Description
There is no clear distinction between service layer and data access layer in micro-services. Is there any particular reason for that?
Also what about tests? I'm still not sure about the best practices to test the logic without relying on an actual data source. In other words what would be the best way to mock data while doing tests?