|
1 | 1 | ---
|
2 | 2 | displayed_sidebar: docs
|
3 | 3 | ---
|
4 |
| - |
5 |
| -import OctaviaComic from './assets/docs/after-xkcd-airbyte-2.jpg' |
6 |
| - |
7 |
| -import AirbyteGif from './assets/docs/airbyte_product.gif' |
8 |
| - |
9 | 4 | # Welcome to Airbyte Docs
|
10 |
| - |
11 | 5 | ## What is Airbyte?
|
12 | 6 |
|
13 |
| -Airbyte is an open-source data movement infrastructure for building extract and load (EL) data |
14 |
| -pipelines. It is designed for versatility, scalability, and ease-of-use. |
| 7 | +Airbyte is an open-source data movement infrastructure for building extract and load (EL) data pipelines. It is designed for versatility, scalability, and ease-of-use. |
15 | 8 |
|
16 |
| -There are three major components to know in Airbyte: |
| 9 | +There are three major components to know in Airbyte: |
17 | 10 |
|
18 | 11 | 1. **The connector catalog**
|
19 |
| - - **350+ pre-built connectors**: Airbyte’s connector catalog comes “out-of-the-box” with over 350 |
20 |
| - pre-built connectors. These connectors can be used to start replicating data from a source to a |
21 |
| - destination in just a few minutes. |
22 |
| - - **No-Code Connector Builder**: You can easily extend Airbyte’s functionality to support your |
23 |
| - custom use cases through tools like the |
24 |
| - [No-Code Connector Builder](/connector-development/connector-builder-ui/overview). |
25 |
| -2. **The platform:** Airbyte’s platform provides all the horizontal services required to configure |
26 |
| - and scale data movement operations, available as |
27 |
| - [cloud-managed](https://airbyte.com/product/airbyte-cloud) or |
28 |
| - [self-managed](https://airbyte.com/product/airbyte-enterprise). |
29 |
| -3. **The user interface:** Airbyte features a UI, |
30 |
| - [**PyAirbyte**](/using-airbyte/pyairbyte/getting-started) (Python library), |
31 |
| - [**API**](/api-documentation), and [**Terraform Provider**](/terraform-documentation) to |
32 |
| - integrate with your preferred tooling and approach to infrastructure management. |
33 |
| - |
34 |
| -Airbyte is suitable for a wide range of data integration use cases, including AI data infrastructure |
35 |
| -and EL(T) workloads. Airbyte is also [embeddable](https://airbyte.com/product/powered-by-airbyte) |
36 |
| -within your own application or platform to power your product. |
37 |
| - |
38 |
| -<div align="center" > |
39 |
| - <img src={AirbyteGif} alt="Airbyte Product GIF" width="800" height="470" /> |
40 |
| -</div> |
| 12 | + * **350+ pre-built connectors**: Airbyte’s connector catalog comes “out-of-the-box” with over 350 pre-built connectors. These connectors can be used to start replicating data from a source to a destination in just a few minutes. |
| 13 | + * **No-Code Connector Builder**: You can easily extend Airbyte’s functionality to support your custom use cases through tools like the [No-Code Connector Builder](https://docs.airbyte.com/connector-development/connector-builder-ui/overview). |
| 14 | +2. **The platform:** Airbyte’s platform provides all the horizontal services required to configure and scale data movement operations, available as [cloud-managed](https://airbyte.com/product/airbyte-cloud) or [self-managed](https://airbyte.com/product/airbyte-enterprise). |
| 15 | +3. **The user interface:** Airbyte features a UI, [**PyAirbyte**](https://docs.airbyte.com/pyairbyte) (Python library), [**API**](https://docs.airbyte.com/api-documentation), and [**Terraform Provider**](https://docs.airbyte.com/terraform-documentation) to integrate with your preferred tooling and approach to infrastructure management. |
41 | 16 |
|
42 |
| -## Why an open-source data movement infrastructure? |
| 17 | +Airbyte is suitable for a wide range of data integration use cases, including AI data infrastructure and EL(T) workloads. Airbyte is also [embeddable](https://airbyte.com/product/powered-by-airbyte) within your own application or platform to power your product. |
43 | 18 |
|
44 |
| -Today, teams and organizations require efficient and timely data access to an ever-growing list of |
45 |
| -data sources. In-house data pipelines are brittle and costly to build and maintain. How many times |
46 |
| -have we been in this situation? |
| 19 | +## For Airbyte Cloud users |
47 | 20 |
|
48 |
| -<div align="center" > |
49 |
| - <img src={OctaviaComic} alt="Octavia Comic" width="700" height="700"/> |
50 |
| -</div> |
| 21 | +Browse the [connector catalog](/integrations/) to find the connector you want. In case the connector is not yet supported on Airbyte Cloud, consider using [Airbyte Open Source](#for-airbyte-open-source-users). |
51 | 22 |
|
52 |
| -Closed-source solutions are inflexible, and will always often still require complimentary in-house |
53 |
| -solutions. So at this point, investing in such solutions is just postponing the moment you’ll pile |
54 |
| -up very costly data pipeline technical debts. Is there a way to have a scalable and efficient data |
55 |
| -movement infrastructure that will enable your data team to be successful? That’s why we created |
56 |
| -Airbyte. |
| 23 | +Next, check out the [step-by-step tutorial](/using-airbyte/getting-started) to sign up for Airbyte Cloud, understand Airbyte [concepts](/using-airbyte/core-concepts), and run your first sync. |
57 | 24 |
|
58 |
| -## Getting Started |
| 25 | +## For Airbyte Open Source users |
59 | 26 |
|
60 |
| -There are 4 products to Airbyte: |
| 27 | +Browse the [connector catalog](/integrations/) to find the connector you want. If the connector is not yet supported on Airbyte Open Source, [build your own connector](/connector-development/). |
61 | 28 |
|
62 |
| -1. [Airbyte Open-Source](/category/deploy-airbyte): Check out the |
63 |
| - [Airbyte Open Source QuickStart](/using-airbyte/getting-started). Then learn how to |
64 |
| - [deploy](/deploying-airbyte/local-deployment) and [manage](/operator-guides/upgrading-airbyte) |
65 |
| - Airbyte Open Source in your cloud infrastructure. |
66 |
| -2. [Airbyte Cloud](http://cloud.airbyte.com/signup): Cloud is the fastest way to start syncing your |
67 |
| - data in minutes. |
68 |
| -3. [Airbyte Enterprise](https://airbyte.com/product/airbyte-enterprise): Own your data |
69 |
| - infrastructure, with advanced features and premium support. |
70 |
| -4. [Powered by Airbyte](https://reference.airbyte.com/reference/powered-by-airbyte?_gl=1*2lrnqy*_gcl_au*MTM1OTY1NTMzNi4xNzEyNjIwMDY3): |
71 |
| - White-label Airbyte to offer data integration features for your end users. |
| 29 | +Next, check out the [Airbyte Open Source QuickStart](/deploying-airbyte/local-deployment). Then learn how to [deploy](/deploying-airbyte/local-deployment) and [manage](/operator-guides/upgrading-airbyte) Airbyte Open Source in your cloud infrastructure. |
72 | 30 |
|
73 |
| -## Resources |
| 31 | +## For Airbyte contributors |
74 | 32 |
|
75 |
| -If you want to learn more: |
| 33 | +To contribute to Airbyte code, connectors, and documentation, refer to our [Contributing Guide](/contributing-to-airbyte/). |
76 | 34 |
|
77 |
| -- [Build vs. Buy your data pipelines](https://build-vs-buy.airbyte.com/) |
78 |
| -- [Industry’s survey on the best data infrastructure tools](https://state-of-data.com/) |
79 |
| -- [How Airbyte Powers Datadog’s Self-Serve Analytics Tool](https://airbyte.com/success-stories/datadog) |
| 35 | +[](https://GitHub.com/airbytehq/airbyte/stargazers/) [](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/LICENSE/README.md) [](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/LICENSE/README.md) |
0 commit comments