lambda

command module
v1.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2023 License: MIT Imports: 6 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL