NDC Specification

April 3, 2024 ยท View on GitHub

This repository contains the specification for Hasura's Native Data Connectors (NDC), and resources for connector authors.

Resources

  • Specification
  • Rust models
  • Reference implementation
  • Test runner

Other Links

  • Rendered Specification
  • Connector Hub

Getting Started

To build the Rust code, and run all test suites:

cargo build
cargo test

Contents

  1. 1Resources
  2. 2Other Links
  3. 3Getting Started