1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/docs/integrations/sources/wikipedia-pageviews.md
ev f7bef97be6 New Source: Wikipedia Pageviews (#18343)
* start adding connector

* fix check and stream slicer

* pass some tests

* fix: github url

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* add stream slicer for top and fix some tests

* remove unneeded files

* Increment the version.

* add docs and clean up unneeded comments

* Bump airbyte-cdk version to 0.2

* add schemaloader

* add wikipedia to source def

* auto-bump connector version

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-03 17:13:13 -03:00

1.7 KiB

Wikipedia Pageviews

This page contains the setup guide and reference information for the Wikipedia Pageviews source connector.

Prerequisites

None

Setup guide

Step 1: Set up the Courier connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Courier connector and select Wikipedia Pageviews from the Source type dropdown.
  4. Enter your parameters.
  5. Click Set up source.

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard.
  2. Set the name for your source.
  3. Enter your parameters.
  4. Click Set up source.

Supported sync modes

The Wikipedia Pageviews source connector supports the following sync modes:

Feature Supported?
Full Refresh Sync Yes
Incremental Sync No
Replicate Incremental Deletes No
SSL connection Yes
Namespaces No

Supported Streams

  • per-article
  • top

Performance considerations

100 req/s per endpoint.

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-31 #18343 Initial commit