federation VS apollo-tooling

Compare federation vs apollo-tooling and see what are their differences.

federation

🌐  Build and scale a single data graph across multiple services with Apollo's federation gateway. (by apollographql)

apollo-tooling

✏️ Apollo CLI for client tooling (Mostly replaced by Rover) (by apollographql)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
federation apollo-tooling
3 8
646 3,038
1.2% -0.1%
9.4 0.0
3 days ago 23 days ago
TypeScript TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

federation

Posts with mentions or reviews of federation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-29.
  • Apollo Federation Custom Scalars
    1 project | /r/graphql | 9 Apr 2023
    I feel like we ran into this recently at work but not with custom scalars etc. My colleague raised an issue for it. Hope this helps in some way.
  • Apollo Federation Input type union merge
    1 project | /r/graphql | 5 Oct 2022
    as per the Github issue here. However I have trouble understanding this statement. Why can't the gateway pick and choose which input fields are routed to each subgraph? Isn't it the responsibility of the supergraph SDL and the gateway to do exactly this, this same way it does for entities? What limitations are there that make merging input types using the union strategy not viable?
  • The Stack #3
    22 projects | dev.to | 29 Jul 2021
    Federation comes with its own specification and directives as part of it which helps people to define all of the relations between multiple GraphQL entities so that the Apollo Gateway can combine them all together without having to modify the GraphQL gateway and also functions like __resolveReference which helps in resolving an entity with its reference as specified by the directives.

apollo-tooling

Posts with mentions or reviews of apollo-tooling. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-23.

What are some alternatives?

When comparing federation and apollo-tooling you can also consider the following projects:

jaeger - CNCF Jaeger, a Distributed Tracing Platform

graphql-code-generator - A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.

mercurius - Implement GraphQL servers and gateways with Fastify

vscode-graphql - MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)

graphql-live-query - Realtime GraphQL Live Queries with JavaScript

graphql-editor - 📺 Visual Editor & GraphQL IDE.

supergraph-demo - 🍿 Compose subgraphs into a Federation v1 supergraph at build-time with static composition to power a federated graph router at runtime.

subscriptions-transport-ws - :arrows_clockwise: A WebSocket client + server for GraphQL subscriptions

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.