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.
- Event invite - Happening May 29, 2024 at 11am ET
- Slides
- File structure
- End-to-end workflow
- Dashboard link
- Pin link
- Python script link
- End-to-end workflows with Posit Team playlist
- Bureau of Labor Statistics -- Consumer Price Index
- posit::conf(2024)
├── 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