Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.54 KB

openweather.md

File metadata and controls

40 lines (25 loc) · 1.54 KB

OpenWeather

Overview

This source connector syncs data from the OpenWeather One Call API. This API allows to obtain current and weather data from a geolocation expressed in latitude and longitude.

Output schema

This source currently has a single stream, openweather_one_call. An example of the data outputted by this stream is available here.

Features

Feature Supported?
Full Refresh Sync - (append only) Yes
Incremental - Append Sync Yes
Namespaces No

Getting started

Requirements

  • An OpenWeather API key
  • Latitude and longitude of the location for which you want to get weather data

Setup guide

Visit the OpenWeather to create a user account and obtain an API key. The One Call API is available with the free plan.

Rate limiting

The free plan allows 60 calls per minute and 1,000,000 calls per month, you won't get beyond these limits with existing Airbyte's sync frequencies.

Changelog

Version Date Pull Request Subject
0.1.5 2022-06-21 13864 No changes. Used connector to test publish workflow changes.
0.1.4 2022-04-27 12397 No changes. Used connector to test publish workflow changes.
0.1.0 2021-10-27 7434 Initial release