https://github.com/stepzen-dev/sql-or-nosql
This example demonstrates how to use a GraphQL API to query three different databases with StepZen's custom directives.
https://github.com/stepzen-dev/sql-or-nosql
Last synced: 4 months ago
JSON representation
This example demonstrates how to use a GraphQL API to query three different databases with StepZen's custom directives.
- Host: GitHub
- URL: https://github.com/stepzen-dev/sql-or-nosql
- Owner: stepzen-dev
- Created: 2021-07-27T01:30:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T18:50:16.000Z (almost 5 years ago)
- Last Synced: 2025-04-25T11:50:40.885Z (about 1 year ago)
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Querying SQL and NoSQL Databases with GraphQL
This example demonstrates how to use a GraphQL API to query three different databases with StepZen's custom directives.
## Databases
* [DataStax Astra](https://docs.datastax.com/en/astra/docs/) and [`@rest`](https://stepzen.com/docs/features/connect-a-rest-service)
* [MongoDB Realm](https://docs.mongodb.com/realm/) and [`@graphql`](https://stepzen.com/docs/design-a-graphql-schema/graphql-mutation-basics)
* [MySQL](https://dev.mysql.com/doc/) and [`@dbquery`](https://stepzen.com/docs/features/connect-a-database)
## Resources
* [Your Data is in SQL and NoSQL Databases, Your Apps need GraphQL, Bridge the Gap by Anant Jhingran](https://www.youtube.com/watch?v=FmlqGSyyi6g)
* [Bridging the Gap Between GraphQL and Databases by Anant Jhingran](https://stepzen.com/blog/bridging-the-gap-graphql-databases)