by @ardatan and @enisdenjo
This repository is a step-by-step tutorial on how to build a production-ready GraphQL federated system with Hive Gateway.
Tip
You can join whenever you want! See Just Joining.
The workshop is structured so that you can either just watch, follow along or code together with the presenters.
Please make sure you have the prerequisites installed and ready on your device:
And join the presenters in building a production-ready GraphQL federated system!
Don't want to code, but want to follow along? No problem, you can simply clone this repository:
git clone [email protected]:graphql-hive/graphql-conf-2025-gateway-workshop.git
and pull the latest changes as the presenter pushes them:
git pull
If you wish, you can also run the system on your device and poke around. Make sure you have dependencies installed:
bun i
And depending on where we are, start subgraphs:
bun subgraphs
And/or start Docker services:
docker compose up
You can join in whenever you want! The presenter commits and pushes to this repository as he goes through the workshop, simply clone the repository:
git clone [email protected]:graphql-hive/graphql-conf-2025-gateway-workshop.git