- You Are Member Of A Team That Works On An Analysis Program For Vaccinations In Nsw Your Project Builds On The Open Avai 1 (146.17 KiB) Viewed 23 times
You are member of a team that works on an analysis program for vaccinations in NSW. Your project builds on the open avai
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
You are member of a team that works on an analysis program for vaccinations in NSW. Your project builds on the open avai
You are member of a team that works on an analysis program for vaccinations in NSW. Your project builds on the open available data from health.nsw.gov.au from where you can retrieve a list of the current vaccination events in New South Wales. This data is available in XML format. See the figure below for an example: <xml version="1.0"> <system-time>2022-05-10 16:30:00</system-time> <vaccinations> <entry id-6732> <vaccination-date>2022-05-08</vaccination-date> <postcode>2071</postcode> <vaccination>Influenza (flu)</vaccination> </entry> <entry id=6733> <vaccination-date>2022-05-09</vaccination-date> <postcode>2134</postcode> <vaccination>Covid-19</vaccination> </entry> </vaccinations> Suggest a relational database schema into which you would load this data as time-series data. Make sure to specify all attributes with appropriate data types, as well as all required keys.