1
0
mirror of synced 2026-01-03 06:02:23 -05:00
Files
airbyte/docs/connector-development/cdk-faros-js.md
2022-07-11 15:27:14 -05:00

781 B

Connector Development Kit (Javascript)

The Faros AI TypeScript/JavaScript CDK allows you to build Airbyte connectors quickly similarly to how our Python CDK does. This CDK currently offers support for creating Airbyte source connectors for:

  • HTTP APIs

Resources

This document is the main guide for developing an Airbyte source with the Faros CDK.

An example of a source built with the Faros AI CDK can be found here. It's recommended that you follow along with the example source while building for the first time.