Skip to content

Commit

Permalink
GitBook: [john_09/21/20] 9 pages and 14 assets modified (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlafleur authored Sep 21, 2020
1 parent 281cd11 commit f22e768
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 59 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ For general help using Airbyte, please refer to the official Airbyte documentati
* [Slack](https://slack.airbyte.io) \(For live discussion with the Community and Airbyte team\)
* [GitHub](https://github.com/airbytehq/airbyte) \(Bug reports, Contributions\)
* [Twitter](https://twitter.com/airbytehq) \(Get the news fast\)
* [Weekly office hours](https://airbyte.io/weekly-office-hours/) \(Live informal 30-minute video call sessions with the Airbyte team\)

## Roadmap

Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* [Contributing to Airbyte](contributing/contributing-to-airbyte/README.md)
* [Developing Locally](contributing/contributing-to-airbyte/developing-locally.md)
* [Code Style](contributing/contributing-to-airbyte/code-style.md)
* [Updating Documentation](contributing/contributing-to-airbyte/updating-documentation-1.md)
* [Updating Documentation](contributing/contributing-to-airbyte/updating-documentation.md)
* [Documentation Templates](contributing/contributing-to-airbyte/documentation-templates/README.md)
* [Integration Doc Template](contributing/contributing-to-airbyte/documentation-templates/integration-documentation-template.md)
* [Code of Conduct](contributing/code-of-conduct.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/high-level-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here is a high level view of Airbyte's components:

![3.048-Kilometer view](../.gitbook/assets/10-000-feet-view%20%282%29.png)
![3.048-Kilometer view](../.gitbook/assets/10-000-feet-view%20%281%29.png)

* `UI`: Acts as the control center for Airbyte. From the UI, you can configure new integration connections. You can also track the different syncing jobs and view logs.
* `Config Store`: Stores all the connections information \(credentials, frequency...\).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
integration.
---

# Integration Doc Template
# Integration documentation template

## Sync overview

Expand Down Expand Up @@ -38,7 +38,7 @@ This section should contain a table with the following format:

### Performance considerations

Could this connector hurt the user's database/API/etc.. or put too much strain on it in certain circumstances? For example, if there are a lot of tables or rows in a table? What is the breaking point \(e.g: 100mm> records\)? What can the user do to prevent this? \(e.g: use a read-only replica, or schedule frequent syncs, etc..\)
Could this connector hurt the user's database/API/etc... or put too much strain on it in certain circumstances? For example, if there are a lot of tables or rows in a table? What is the breaking point \(e.g: 100mm> records\)? What can the user do to prevent this? \(e.g: use a read-only replica, or schedule frequent syncs, etc..\)

## Getting started

Expand Down

This file was deleted.

0 comments on commit f22e768

Please sign in to comment.