- 
                Notifications
    You must be signed in to change notification settings 
- Fork 106
Home
        Lincon Vidal edited this page Jul 29, 2024 
        ·
        15 revisions
      
    The data returned by this API is sourced from a PostgreSQL database produced by cardano-db-sync, with runtime query translation and result mapping performed by Hasura. Cardano GraphQL exposes a domain model and provides additional controls to limit access, prior to delegating the query.
Metadata and SQL migrations are performed by @cardano-graphql/server using Hasura CLI, which is included in the Dockerfile and NixOS service. If deploying via a different method, install hasura and make it available on the system PATH.
- Docker
- Nix
- Build From Source With Yarn
- Configuration
- Client Libraries
- Interacting With The API
- Testing
The project uses the GitLab Flow process, so branch from
masterfor all changes.