Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 959 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 959 Bytes

pws-collector

  • polls a list of weather.com stations for data on interval, and stores in MongoDB 6 timeseries collection with geospatial index on location

Requirements

Nice to have

Development

  • provide a .env file based on .env.example
  • run tests:
cargo test

Production

  • provide a .env file based on .env.example
  • add a config/production.json file based with with desired settings for production (see config/development.json for example)
RUN_MODE=production cargo run

Acknowledgments