Skip to content

End-to-End Workflow with Posit Team presentation, May 2024: Automate your reporting with Quarto Dashboards and Posit Connect

Notifications You must be signed in to change notification settings

posit-marketing/inflation-explorer

Repository files navigation

Inflation Explorer

End-to-End Workflow with Posit Team, May 2024

Automate your reporting with Quarto Dashboards and Posit Connect

Welcome to the GitHub repository for the project showcased in Posit's "End-to-End Workflow with Posit Team" webinar in May 2024. This project includes a Quarto dashboard that automatically updates monthly with the latest Consumer Price Index (CPI) data from the Bureau of Labor Statistics.

Useful links

Quarto

Posit professional products

Additional packages

Additional links

File structure

├── images
│   └── logo.png            # Logo image to use in the dashboard
├── .gitignore              # Files and folders to ignore when pushing up changes
├── README.md               # Project overview and setup instructions
├── _publish.yml            # File for specifying the publishing destination
├── _quarto.yml             # Quarto project configuration file
├── all_data_report.json    # JSON version of the downloaded BLS data
├── custom.scss             # Custom Sass file
├── data-pull.qmd           # Quarto document version of the ETL script
├── filename.csv            # CSV version of the downloaded BLS data
├── index.qmd               # Quarto dashboard document
├── requirements.txt        # List of dependencies
└── script.py               # Python script version of the ETL script

End-to-end workflow

About

End-to-End Workflow with Posit Team presentation, May 2024: Automate your reporting with Quarto Dashboards and Posit Connect

Topics

Resources

Stars

Watchers

Forks