An open API service indexing awesome lists of open source software.

https://github.com/grafbase/extensions-demo


https://github.com/grafbase/extensions-demo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Grafbase Extensions Demo

Demonstrates how to use Grafbase Extensions to extend the functionality of your GraphQL API by federating a REST API and integrating with NATS.

### Quickstart

1. Run `docker-compose up` to start the NATS server
2. Run `grafbase dev` to start the Grafbase dev server
3. Start the countries server: `cd countries-server && bun countries-server.ts`
4. Run `subscription.sh` to subscribe to GraphQL subscriptions after uncommenting the nats schema in grafbase.toml
5. Open your browser and navigate to `http://localhost:5000` to view the Grafbase Explorer