Reputation: 21
So I was reading an article about how Netflix scales its API with graphql federation. In second part of this article I noticed a fact that Netflix has developed a special Gateway based on apollo federation specification.
https://netflixtechblog.com/how-netflix-scales-its-api-with-graphql-federation-part-2-bbe71aaec44a
I searched whole Internet but I couldn't find the implementation. I want to know did they expose the implementation and if they did where can I find it?
Upvotes: 2
Views: 678
Reputation: 509
Unfortunately Netflix's Gateway is not open source, but you have nowadays many options to choose from. I created an audit to test them all and how well they support Apollo Federation: https://the-guild.dev/graphql/hive/federation-gateway-audit
To my knowledge, the gateway of Netflix is tailored to their specific needs and their way of working with Apollo Federation (v1).
Upvotes: 0