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 (opens in a new tab)
proprietary:
- tyk (opens in a new tab)
- hasura data mesh (opens in a new tab)
- a colleauge of mine launched another that I can’t find right now
open source:
- Mercurius (opens in a new tab) - (typescript)
- GraphQL Tools Schema Stitching (opens in a new tab) - (typescript) - (not to be confused with the old apollo stitching pattern pre-federation)
- Nautilus (opens in a new tab) (golang)
- bramble (opens in a new tab) - (golang)
- ChilliCream (opens in a new tab) - (dotnet)
- kraken.d (opens in a new tab) (golang)
Comments