1
0
mirror of synced 2025-12-25 02:09:19 -05:00

New Career section in Docs (#1023)

* GitBook: [career] 7 pages modified

* GitBook: [career] 2 pages modified

* GitBook: [career] 60 pages modified

* GitBook: [career] one page modified

* Update SUMMARY.md

* Update docs/career-and-open-positions/README.md

Co-authored-by: Michel Tricot <michel@dataline.io>

* Update docs/career-and-open-positions/README.md

Co-authored-by: Michel Tricot <michel@dataline.io>

* Update README.md

* Delete mssql-1.md

* Update mssql.md

* Update SUMMARY.md

* Update mailchimp.md

Co-authored-by: John Lafleur <john@dataline.io>
Co-authored-by: Michel Tricot <michel@airbyte.io>
Co-authored-by: Michel Tricot <michel@dataline.io>
This commit is contained in:
John Lafleur
2020-11-20 09:34:24 +11:00
committed by GitHub
parent 05404bdd58
commit 93f10244af
5 changed files with 115 additions and 10 deletions

View File

@@ -3,10 +3,10 @@
## Sync overview
### Output schema
The Mailchimp connector can be used to sync data for Mailchimp [Lists](https://mailchimp.com/developer/api/marketing/lists/get-list-info) and [Campaigns](https://mailchimp.com/developer/api/marketing/campaigns/get-campaign-info/).
The linked Mailchimp documentation contains detailed description on the fields in each entity.
Please [create a Github issue](https://github.com/airbytehq/airbyte/issues/new/choose) to request support for syncing more Mailchimp entities.
The Mailchimp connector can be used to sync data for Mailchimp [Lists](https://mailchimp.com/developer/api/marketing/lists/get-list-info) and [Campaigns](https://mailchimp.com/developer/api/marketing/campaigns/get-campaign-info/). The linked Mailchimp documentation contains detailed description on the fields in each entity.
Please [create a Github issue](https://github.com/airbytehq/airbyte/issues/new/choose) to request support for syncing more Mailchimp entities.
### Data type mapping
@@ -15,7 +15,7 @@ Please [create a Github issue](https://github.com/airbytehq/airbyte/issues/new/c
| `array` | `array` | the type of elements in the array is determined based on the mappings in this table |
| `date`, `time`, `datetime` | `string` | |
| `int`, `float`, `number` | `number` | |
| `object` | `object` | properties within objects are mapped based on the mappings in this table |
| `object` | `object` | properties within objects are mapped based on the mappings in this table |
| `string` | `string` | |
### Features
@@ -24,18 +24,17 @@ Please [create a Github issue](https://github.com/airbytehq/airbyte/issues/new/c
| :--- | :--- | :--- |
| Full Refresh Sync | Yes | |
| Incremental Sync | No | |
| Replicate Incremental Deletes | No | |
| Replicate Incremental Deletes | No | |
| SSL connection | Yes | Enabled by default |
### Performance considerations
At the time of this writing, [Mailchimp does not impose rate limits](https://mailchimp.com/developer/guides/marketing-api-conventions/#throttling) on
how much data is read form its API in a single sync process. However, Mailchimp enforces a maximum of 10 simultaneous connections to its API. This
means that Airbyte will not be able to run more than 10 concurrent syncs from Mailchimp using API keys generated from the same account.
At the time of this writing, [Mailchimp does not impose rate limits](https://mailchimp.com/developer/guides/marketing-api-conventions/#throttling) on how much data is read form its API in a single sync process. However, Mailchimp enforces a maximum of 10 simultaneous connections to its API. This means that Airbyte will not be able to run more than 10 concurrent syncs from Mailchimp using API keys generated from the same account.
## Getting started
### Requirements
* Mailchimp account
* Mailchimp API key
@@ -43,4 +42,5 @@ means that Airbyte will not be able to run more than 10 concurrent syncs from Ma
To start syncing Mailchimp data with Airbyte, you'll need two things:
1. Your Mailchimp username. Often this is just the email address or username you use to sign into Mailchimp.
2. A Mailchimp API Key. Follow the [Mailchimp documentation for generating an API key](https://mailchimp.com/help/about-api-keys/).
2. A Mailchimp API Key. Follow the [Mailchimp documentation for generating an API key](https://mailchimp.com/help/about-api-keys/).