Skip to content

GraphSchema.io

MichaelJCompton edited this page Apr 15, 2019 · 7 revisions

GraphSchema.io

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 :-)

Using GraphSchema.io

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.

Learn more