14 lines
407 B
Markdown
14 lines
407 B
Markdown
---
|
|
products: all
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
# Moving data
|
|
|
|
In Airbyte, you move data from **sources** to **destinations** using **connectors**. These connectors form **connections**. Connections contain **streams** of data and they're responsible for **syncing** your data.
|
|
|
|
This section explains these critical concepts and shows you how to move data in Airbyte.
|
|
|
|
<DocCardList />
|