Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.07 KB

ARCHITECTURE.md

File metadata and controls

28 lines (16 loc) · 1.07 KB

App Architecture

This app consists of:

App startup

At startup the app will initialise the db table and setup a callback channel (webhook) with Pelion Device management. The app will then send a request to initiate subscriptions to device resources.

Device resource changes

When the resource value on a device changes, the notification channel is updated with this information and the web app stores each notification in the postgres database.

Visualising Data

The included react app requests all data from the server and visualises this using the Recharts library.