Skip to content

tclasen/federation-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

federation-playground

A little sandbox demo to show GraphQL federation working in docker-compose and k8s. Concept and most of the source code stolen from: (https://github.com/bogdal/ariadne-federation-demo)

Starting up the project:

Docker-Compose:

docker-compose up --build

Kubernetes:

tilt up --hud

Accessing GraphQL Playground:

Point your browser to:

http://localhost:8000/graphql

Components:

  • Gateway: Apollo-Gateway Federation Server
  • Products: Flask + Ariadne
  • Users: FastAPI + Ariadne
  • Reviews: Ariadne Native ASGI Server

About

A little sandbox demo to show GraphQL federation working in docker-compose and k8s.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published