Airbyte
Airbyte is an open-source data integration platform that enables businesses to easily and efficiently move and consolidate their data from various sources into one centralized location. With Airbyte, organizations can seamlessly connect and synchronize data from sources such as databases, APIs, and other third-party applications, allowing for real-time insights and analysis. Airbyte offers both self-hosted and cloud-hosted options, with a catalog of hundreds of pre-built connectors.
APIs
Airbyte
Airbyte is an open-source data integration platform that enables businesses to move and consolidate data from various sources into centralized destinations. The Airbyte API prov...
Collections
airbyte-api
OPENArazzo Workflows
Airbyte Bootstrap an Application and Access Token
Create an API application to mint client credentials, read it back, then exchange those credentials for a bearer access token.
ARAZZOAirbyte Find and Cancel a Running Job
List the running jobs for a connection, branch on whether any are running, then cancel the first one and confirm the cancellation.
ARAZZOAirbyte Create and Verify a Destination
Create a destination connector, read it back to confirm it persisted, and list the workspace's destinations to confirm it appears.
ARAZZOAirbyte Find a Connection and Trigger Its Sync
List the connections in a workspace, branch on whether any exist, then trigger and confirm a sync for the first connection.
ARAZZOAirbyte Provision a Full Data Pipeline
Stand up a source, a destination, inspect the available streams, wire them into a connection, and kick off the first sync.
ARAZZOAirbyte Reset a Connection and Re-Sync
Trigger a reset job to clear destination data, poll it to completion, then branch into a fresh sync when the reset succeeds.
ARAZZOAirbyte Create and Verify a Source
Create a source connector, read it back to confirm it persisted, and list the workspace's sources to confirm it appears.
ARAZZOAirbyte Create a Tag and Apply It to a Connection
Create an organizing tag in a workspace, find the first connection, and patch that connection to carry the new tag.
ARAZZOAirbyte Trigger a Sync and Poll to Completion
Kick off a sync job for a connection and poll its status until it succeeds, fails, or is cancelled.
ARAZZOAirbyte Bootstrap a Workspace
Create a workspace, read it back, create an organizing tag inside it, and confirm the workspace starts empty of connections.
ARAZZOGraphQL
Airbyte GraphQL
Airbyte exposes a GraphQL endpoint at `https://api.airbyte.com/graphql`. The endpoint requires authentication and returns a 401 for unauthenticated requests, confirming a live G...
GRAPHQLPricing Plans
Rate Limits
FinOps
Airbyte Finops
FINOPSFeatures
Use Cases
Sync operational data to Snowflake, BigQuery, Redshift, or other warehouses.
Land raw data into S3, GCS, or Azure data lakes.
Build ELT pipelines for business intelligence and analytics.
Aggregate training data from multiple sources for machine learning.
Pull data from SaaS APIs (Salesforce, HubSpot, Stripe) into your data stack.
Replicate relational databases with CDC change data capture.
Load and embed data into vector stores for AI search and retrieval.
Integrations
Orchestrate Airbyte syncs from Airflow DAGs.
Transform data after Airbyte syncs with dbt models.
Load data into Snowflake data warehouse.
Sync data to Google BigQuery.
Load data into Amazon Redshift.
Ingest data into Databricks lakehouse.
Infrastructure-as-code support for Airbyte resources.
Deploy Airbyte on Kubernetes using official Helm charts.