Skip to main content
Version: v3.x

Serverless Edge Deployment

Introduction

When you create a project on Hasura DDN, your GraphQL API is running on global serverless edge infrastructure hosted by Hasura. You configure your instance to talk to your databases, APIs, or other connectors that are hosted on your infrastructure and Hasura communicates with them over the public internet.

DDN Architecture

With serverless-edge deployment, Hasura and your connectors operate within Hasura's infrastructure. We manage automatic scaling, provisioning, operations, and maintenance.

This deployment option is production-ready, with the API available instantly. There is no base cost: it is free if you are on the Free plan, or you only pay for the models if you're on the Base or Advanced plans. For more details, visit our pricing page.

Multi-region

Hasura DDN is deployed over many regions around the globe. This deployment model provides lowest latency possible to your API clients. The API endpoint that Hasura DDN provides is backed by an Anycast IP address, where a single IP is allocated for serving the incoming request and the request is routed to the nearest Hasura DDN region.

DDN multi-region routing

Combined with multi-region databases, Hasura DDN gives you the best performance for your APIs, without the hassle of setting up any of this infrastructure yourself. Read more about how this works on our blog.

Get started

To get started with Hasura DDN in Serverless Edge deployment, head to our getting started guide.

Loading...