Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 605 Bytes

iotdatamodel

Generic data model for Internet of Things

erDiagram
  Thing }o--o| ThingType : HasType
  Procedure }o--o{ Thing : HasProcedure
  Thing }o--o{ Channel : HasChannel
  Thing }o--o{ Thing : HasThing
  Procedure }o--o{ Asset : HasProcedure
  Asset }o--o{ Rule : ForAsset
  Asset }o--o{ Channel : HasChannel
  Asset }o--o{ Asset : HasAsset

  Procedure }o--o| ProcedureType : HasType
  Channel }o--o| ChannelType : HasType
  Asset }o--o| AssetType : HasType


  "* (From any entity except Config, ConfigType, Rule)" }o--o{ Config : HasConfig
  Config }o--o| ConfigType : HasType
Loading