Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
Hasura GraphQL Engine is a blazing-fast GraphQL server that gives you instant, realtime GraphQL APIs over Postgres, with undefinedwebhook triggersundefined on database events, and undefinedremote schemasundefined for business logic.
Hasura helps you build GraphQL apps backed by Postgres or incrementally move to GraphQL for existing applications using Postgres.
Read more at hasura.io and the docs.


Read more at hasura.io and the docs.
undefinedTable of Contentsundefined
The fastest way to try Hasura out is via Heroku.
Click on the following button to deploy GraphQL Engine on Heroku with the free Postgres add-on:
Open the Hasura console
Visit https://<app-name>.herokuapp.com (replace <app-name> with your app name) to open the admin console.
Make your first GraphQL query
Create a table and instantly run your first query. Follow this simple guide.
Check out the instructions for the following one-click deployment options:
| undefinedInfra providerundefined | undefinedOne-click linkundefined | undefinedAdditional informationundefined |
|---|---|---|
| DigitalOcean | ![]() |
docs |
| Azure | ![]() |
docs |
For Docker-based deployment and advanced configuration options, see deployment
guides or
install manifests.
The Hasura GraphQL Engine fronts a Postgres database instance and can accept GraphQL requests from your client apps. It can be configured to work with your existing auth system and can handle access control using field-level rules with dynamic variables from your auth system.
You can also merge remote GraphQL schemas and provide a unified GraphQL API.
Hasura works with any GraphQL client. We recommend using Apollo Client. See awesome-graphql for a list of clients.
GraphQL Engine provides easy-to-reason, scalable and performant methods for adding custom business logic to your backend:
Add custom resolvers in a remote schema in addition to Hasura’s Postgres-based GraphQL schema. Ideal for use-cases like implementing a payment API, or querying data that is not in your database - read more.
Add asynchronous business logic that is triggered based on database events.
Ideal for notifications, data-pipelines from Postgres or asynchronous
processing - read more.
Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - read more.
Check out all the example applications in the
community/examples directory.
Group Chat application built with React, includes a typing indicator, online users & new
message notifications.
Live location tracking app that shows a running vehicle changing current GPS
coordinates moving on a map.
A realtime dashboard for data aggregations on continuously changing data.
The documentation and community will help you troubleshoot most issues. If you have encountered a bug or need to get in touch with us, you can contact us using one of the following channels:
We are committed to fostering an open and welcoming environment in the community. Please see the Code of Conduct.
If you want to report a security issue, please read this.
Check out our contributing guide for more details.
Hasura brand assets (logos, the Hasura mascot, powered by badges etc.) can be
found in the assets/brand folder. Feel free to use them in your
application/website etc. We’d be thrilled if you add the “Powered by Hasura”
badge to your applications built using Hasura. ❤️
<!-- For light backgrounds -->
<a href="https://hasura.io">
<img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_blue.svg" />
</a>
<!-- For dark backgrounds -->
<a href="https://hasura.io">
<img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_white.svg" />
</a>
The core GraphQL Engine is available under the Apache License 2.0 (Apache-2.0).
All other contents (except those in server, cli and
console directories) are available under the MIT License.
This includes everything in the docs and community
directories.
This readme is available in the following translations:
Translations for other files can be found here.
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.