Tag: Architecture
-
Backend stack with microservice architecture
0 We migrate to microservice architecture. Well, I understand a lot of principles like one service – one db and it is a not a problem, we search a problems in our architecture before realization. I want to create api-gateway with graphql and subgraph for every services like: tasks, orders, clients etc. P.S. Sorry I…
-
When and How to use GraphQL with microservice architecture
263 I’m trying to understand where GraphQL is most suitable to use within a microservice architecture. There is some debate about having only 1 GraphQL schema that works as API Gateway proxying the request to the targeted microservices and coercing their response. Microservices still would use REST / Thrift protocol for communication though. Another approach…