You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database used for storing of sensor readings is to be redesigned and re-implemented. The redesign will follow standard database design principals in order to allow for better use of the data and more flexibility for future changes.
Rough outline of process:
Identify entities and their attributes
Map relationships between entities
Create preliminary database schema from Entity Relationship Diagram
Ensure schema is normalised to 2NF
Implement in MySQL
Following the redesign of the database the python and sql code will need to be updated to reflect the changes. This will include changes to the test data generator scripts and the Database python module. This will affect the API which will need to be updated along with documentation.
The text was updated successfully, but these errors were encountered:
The database used for storing of sensor readings is to be redesigned and re-implemented. The redesign will follow standard database design principals in order to allow for better use of the data and more flexibility for future changes.
Rough outline of process:
Following the redesign of the database the python and sql code will need to be updated to reflect the changes. This will include changes to the test data generator scripts and the Database python module. This will affect the API which will need to be updated along with documentation.
The text was updated successfully, but these errors were encountered: