GraphQL Federation - emerging options!
•1 min read
This landscape is really growing, especially after the guild launched the new graphql stitching that allows you to build federation patterns.
There are now multiple open source implementations of this architecture across multiple languages, including now several in typescript, one in C#/dotnet, and several in golang!
If i missed any, please open an issue here
proprietary:
- tyk
- hasura data mesh
- a colleauge of mine launched another that I can’t find right now
open source:
- Mercurius - (typescript)
- GraphQL Tools Schema Stitching - (typescript) - (not to be confused with the old apollo stitching pattern pre-federation)
- Nautilus (golang)
- bramble - (golang)
- ChilliCream - (dotnet)
- kraken.d (golang)