Skip to content

graydenshand/athena-warehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick demo of using Athena as a data warehouse for some economic data from FED FRED.

https://fred.stlouisfed.org/

This product uses the FRED® API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.

curl https://api.stlouisfed.org/fred/series/observations?series_id=GDPC1&api_key=$API_KEY&file_type=json

Step functions input

{
  "series": [
    {"series_id": "GDPC1"},
    {"series_id": "MORTGAGE30US"},
    {"series_id": "UNRATE"}
  ]
}

Roadmap

  • Lambda function to fetch FRED series
  • Step function to fetch several series in parallel
  • Eventbridge trigger to execute step function once per week
  • Step function to execute Athena Query after

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published