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

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.

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)