-
Notifications
You must be signed in to change notification settings - Fork 4
GraphSchema.io
MichaelJCompton edited this page Apr 15, 2019
·
7 revisions
GraphSchema.io is a cloud service that hosts Dgraph and GraphSchema instances.
It takes just one request to spin up a Dgraph instance with a direct, secured grpc connection.
You can trust that GraphSchema.io supports the products it hosts because it's built using Dgraph and GraphSchema :-)
At https://graphschema.io/api/graphql is a GraphQL API for automating the deployment of your hosted instances (a Web UI is on the way).
- A request to the
addDgraphInstance(...)
mutation spins up a hosted Dgraph instance. - A query to
getDgraphInstance(...)
gets the details and certificates of an instance. - A request to
deleteDgraphInstance(...)
deletes a Dgraph instance.
The GraphQL API is just for managing your infrastructure. When you spin up a Dgraph instance, you get a grpc connection straight to it.
- Check out how to use GraphSchema.io's GraphQL API in Using GraphSchema.io.
- If you already know about the API and just want to check something, try the Quickstart.
- Find out more about how GraphSchema.io was built and where it's headed in More About GraphSchema.io.