apollo-tooling VS federation

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

apollo-tooling

✏️ Apollo CLI for client tooling (Mostly replaced by Rover) (by apollographql)

federation

🌐  Build and scale a single data graph across multiple services with Apollo's federation gateway. (by apollographql)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
apollo-tooling federation
8 3
3,038 646
-0.1% 1.2%
0.0 9.4
27 days ago 6 days ago
TypeScript TypeScript
MIT License GNU General Public License v3.0 or later
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.

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.

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.

What are some alternatives?

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

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.

jaeger - CNCF Jaeger, a Distributed Tracing Platform

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

mercurius - Implement GraphQL servers and gateways with Fastify

graphql-editor - 📺 Visual Editor & GraphQL IDE.

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

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

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

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