Categorygithub.com/tommzn/hdb-datasource-strava/lambda
modulepackage
1.0.3
Repository: https://github.com/tommzn/hdb-datasource-strava.git
Documentation: pkg.go.dev

# README

Actions Status CircleCI

Weather Data Collector

This package composes a data collector and weather data source to fetch weather data and publish it to a SQS queue.

Config

This collector requires a config to get settings for OpenWeatherMap api, AWS SQS and maybe some logging settings.

Example

log:
  loglevel: error
  shipper: logzio  

hdb:
  queue: MyWeatherDataQueue
  archive: MyEventArchiveQueue

weather:
  owm:
    url: https://api.openweathermap.org/data/2.5
    latitude: 123.12
    longitude: 123.12
    units: metric

aws:
  sqs:
    region: eu-west-1

Links