Historical: COVID-19 in Alberta: Vaccine Progress
Note: Data is last updated 2021-06-13, dataset no longer is provided.
COVID-19 vaccines are safe, effective and save lives. The vaccine helps prevent you from getting infected and protects you from getting severely sick if you do get it.
Albertans are being vaccinated as fast as supply allows. This is happening in phases so people most at risk get it first. More groups will be eligible as we get more doses.
Until most Albertans are protected, fully vaccinated people must still follow all health measures: no indoor gatherings, keep 2 metres apart, wear a mask in public, and stay home when sick.
Data from https://www.alberta.ca/covid19-vaccine.aspx; updated 2021-06-15 16:08 with data as of end of day 2021-06-13.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"edmonton-ca/historical-covid19-in-alberta-vaccine-progress-7a6m-7deb\".\"historical_covid19_in_alberta_vaccine_progress\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.