1
0
mirror of synced 2025-12-25 11:06:55 -05:00

Re-ordering some material and temporarily removing a document (#40612)

This commit is contained in:
Audrey Maldonado
2024-06-28 17:17:48 -04:00
committed by GitHub
parent be5977f959
commit 6c980bd8f9
5 changed files with 81 additions and 70 deletions

View File

@@ -10,7 +10,7 @@ This page describes the concepts you need to know to use Airbyte.
## Source
A source is an API, file, database, or data warehouse that you want to ingest data from.
A source is an API, file, database, or data warehouse that you want to ingest data from. The configured source is what you set up when you provide the variables needed for the connector to access records. The exact fields of the configuration depend on the connector, but in most cases, it provides authentication information (username and password, API key) and information about which data to extract, for example, the start date to sync records from, a search query records have to match.
## Destination
@@ -18,11 +18,11 @@ A destination is a data warehouse, data lake, database, or an analytics tool whe
## Connector
An Airbyte component which pulls data from a source or pushes data to a destination.
An Airbyte component which pulls data from a source or pushes data to a destination. A connector can be either a source or a destination. Usually, if youre building a connection, youre working with a source. The connector defines whats required to access an API or a database such as protocol, URL paths to access, the way requests need to be structured, and how to extract records from responses.
## Connection
A connection is an automated data pipeline that replicates data from a source to a destination. Setting up a connection enables configuration of the following parameters:
A connection is an automated data pipeline that replicates data from a source to a destination. It links a configured source (based on a source connector) to a configured destination (based on a destination connector) to perform syncs. It defines things like the replication frequency (e.g. hourly, daily, manually) and which streams to replicate.Setting up a connection enables configuration of the following parameters:
| Concept | Description |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ |