Any plans to implement Apollo Gateway? #496
Replies: 3 comments 2 replies
-
Hi, thanks for asking! We've done a quick look on implementing federation composition capabilities but decided against it (for now). It would take considerable amount of time that we could've placed elsewhere + there's usually no problem in proxying your Ariadne services behind Apollo-Server in production environments. |
Beta Was this translation helpful? Give feedback.
-
+1 To implementing the first intelligent gateway in python. I'm open to contribute |
Beta Was this translation helpful? Give feedback.
-
So I might be missing something, but, in our case we have a custom throttling logic as well as authentication. Where would that go? I was thinking that in the gateway since its the entry point to the rest of the services, otherwise I would have to replicate (re-use) on every service? Which makes no sense because throttling and auth have to run before any query/mutation is executed. Its not very clear how and where to implement those sort of things and the gateway js part makes it even more confusing. |
Beta Was this translation helpful? Give feedback.
-
Looking at the Federated Gateway docs, I see the example uses Apollo Gateway to federate related Ariadne GraphQL services. Are there any plans to replicate Apollo Gateway such that a complete federated graph can be run on only Python, rather than mostly Python and some Javascript? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions