Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 781 Bytes

cdk-faros-js.md

File metadata and controls

12 lines (6 loc) · 781 Bytes

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.