1
0
mirror of synced 2026-01-19 00:05:14 -05:00
Files
airbyte/docs/connector-development/cdk-dotnet/README.md
2022-07-11 15:27:14 -05:00

14 lines
699 B
Markdown

# Connector Development Kit \(C# .NET\)
The [Airbyte Dotnet CDK](https://github.com/mrhamburg/airbyte.cdk.dotnet) is a framework for rapidly developing production-grade Airbyte connectors. The CDK currently offers helpers specific for creating Airbyte source connectors for:
* HTTP APIs \(REST APIs, GraphQL, etc..\)
* Generic Dotnet sources \(anything not covered by the above\)
The CDK provides an improved developer experience by providing basic implementation structure and abstracting away low-level glue boilerplate.
## Resources
[This document](https://github.com/mrhamburg/airbyte.cdk.dotnet/blob/main/README.md) is the main guide for developing an Airbyte source with the Dotnet CDK.