8 ms·
Sure but you can easily compose 4 services into a single representation and still have an appropriate amount of decoupling. Think of a dashboard. graphql poin
by jasonmoo 9y ago
Sure but you can easily compose 4 services into a single representation and still have an appropriate amount of decoupling. Think of a dashboard.
graphql points toward this
https://github.com/facebook/graphql https://github.com/facebook/graphql
- beaconstudios 9y agoYou can, but the pertinent question is whether you should. Microservices help with scaling endpoints that become bottlenecks but introducing them before they become necessary suffers from many of the common problems associated with premature optimisation.