This repository contains SQL queries and data analysis for COVID-19 vaccine and testing information in Ontario. The data encompasses various hospitals and locations within the province and aims to provide insightful dashboards through Apache Superset.
The project uses two main datasets: ONCOVID19vaccine
and ONCOVID19testing
, which have been uploaded to a MySQL database. These datasets include detailed records about COVID-19 vaccination and testing within Ontario's healthcare facilities.
To get started with this project:
- Clone the repository to your local machine.
- Install MySQL and set up a local server.
- Import the provided CSV files into your MySQL database using the provided schema.
- Ensure you have Apache Superset installed and configured to connect to your MySQL database.
Inside the sql-queries
directory, you will find several SQL query files. These files contain SQL statements designed to extract meaningful information from the datasets, which can then be visualized in Apache Superset.
To use these queries:
- Open your MySQL workbench or command-line tool.
- Select the appropriate database.
- Execute the SQL queries.
- Use the results of these queries as the basis for your dashboards in Apache Superset.
Contributions to this project are welcome. To contribute:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Ontario Health Data Platform for providing the data used in this project.
- Special thanks to all healthcare workers and data scientists who are working tirelessly to combat COVID-19.