Contents
Cirrus Link Resources
Cirrus Link Website
Contact Us (Sales/Support)
Forum
Cirrus Link Modules Docs for Ignition 7.9.x
Inductive Resources
Ignition User Manual
Knowledge Base Articles
Inductive University
Forum
...
As the data moves from the Ignition Edge device through MQTT Sparkplug and into Snowflake different terminology will be used:
Ignition Edge | MQTT Sparkplug | Snowflake | Snowflake tables/views |
---|---|---|---|
Ignition UDT Definition | Sparkplug Template | Model | Template_Reference |
Ignition UDT Instance | Sparkplug Template Instance | Model Instance | Device_Name |
The Staging database contains only a single table, SPARKPLUG_RAW. This table contains information derived from each Sparkplug message, like the Sparkplug IDs: GroupId, EdgenodeId and DeviceId, the message timestamp, the model / model instance, the raw message payload in JSON, etc.
...