Data Model - Project-DAMN/proposal GitHub Wiki
SENSORS
- type :: string
- name :: string
- location :: tuple
READINGS (TimeScale table)
field | type |
---|---|
sensor_id | foreign key |
timestamp | primary key |
reading | ?? non null |
field | type |
---|---|
sensor_id | foreign key |
timestamp | primary key |
reading | ?? non null |