1
0
mirror of synced 2026-01-21 15:06:13 -05:00

GitBook: [master] 8 pages and 42 assets modified

This commit is contained in:
Michel Tricot
2020-11-11 02:46:18 +00:00
committed by gitbook-bot
parent e0f5418743
commit 5ecdfeb012
50 changed files with 109 additions and 45 deletions

View File

@@ -24,13 +24,13 @@ Once you see an Airbyte banner, the UI is ready to go at [http://localhost:8000/
You should see an onboarding page. Enter your email if you want updates about Airbyte and continue.
![](.gitbook/assets/airbyte_get-started%20%281%29%20%281%29%20%281%29.png)
![](.gitbook/assets/airbyte_get-started%20%281%29%20%281%29%20%281%29%20%282%29.png)
## 2. Set up your first connection
Now you will see a wizard that allows you choose the data you want to send through Airbyte.
![](.gitbook/assets/02_set-up-sources%20%281%29%20%281%29%20%281%29%20%281%29.png)
![](.gitbook/assets/02_set-up-sources%20%281%29%20%281%29%20%281%29%20%281%29%20%282%29.png)
As of our alpha launch, we have one database source \(Postgres\) and two API sources \(an exchange rate API and the Stripe API\). We're currently building an integration framework that makes it easy to create sources and destinations, so you should expect many more soon. Please reach out to us if you need a specific connector or would like to help build one.
@@ -76,7 +76,7 @@ DB Name: postgres
After adding the destination, you can choose what tables and columns you want to sync.
![](.gitbook/assets/03_set-up-connection%20%281%29%20%281%29%20%281%29%20%281%29.png)
![](.gitbook/assets/03_set-up-connection%20%281%29%20%281%29%20%281%29%20%281%29%20%282%29.png)
For this demo, we recommend leaving the defaults and selecting "Every 5 Minutes" as the frequency. Click `Set Up Connection` to finish setting up the sync.
@@ -84,7 +84,7 @@ For this demo, we recommend leaving the defaults and selecting "Every 5 Minutes"
You should now see a list of sources with the source you just added. Click on it to find more information about your connection. This is the page where you can update any settings about this source and how it syncs. There should be a `Completed` job under the history section. If you click on that run, it will show logs from that run.
![](.gitbook/assets/04_source-details%20%281%29%20%281%29%20%281%29%20%281%29.png)
![](.gitbook/assets/04_source-details%20%281%29%20%281%29%20%281%29%20%281%29%20%282%29.png)
One of biggest problems we've seen in tools like Fivetran is the lack of visibility when debugging. In Airbyte, allowing full log access and the ability to debug and fix connector problems is one of our highest priorities. We'll be working hard to make these logs accessible and understandable.