
Hasura
Instant realtime GraphQL APIs on any Postgres application, existing or new
Official integration
Created - Last update
Related apps

Hasura - No Database
Instant Realtime GraphQL on Postgres with web admin console. This Docker Compose setup runs Hasura GraphQL Engine along with a Postgres database with the PostGIS extension.
Deployed services
hasura-db
postgres:$$cap_postgres_version
- hasura-db-data:/var/lib/postgresql/data
always
4hasura
hasura/graphql-engine:$$cap_hasura_version
8080
always
4Variables
Hasura Version
Default: v1.2.2
$$cap_hasura_versionCheck out their GitHub page for their latest version https://github.com/hasura/graphql-engine
Postgres Version
Default: 12
$$cap_postgres_versionHasura admin secret(password)
Default: undefined
$$cap_admin_secretThe admin secret gives you access to the console.
Postgres Username
Default: undefined
$$cap_pg_userPostgres Password
Default: undefined
$$cap_pg_passPostgres Default Database
Default: undefined
$$cap_pg_dbOPTIONAL: Arguments for 'postgres initdb'
Default: undefined
$$cap_pg_initdb_argsFor example, --data-checksums