UIFlow Guide
EzData 2.0 is an IoT cloud data storage service provided by M5Stack that enables different devices to insert or retrieve data into/from a storage queue using a unique token, achieving data sharing among devices.
Click on the EzData icon in the UIFlow 2.0 WebIDE footer, select the device for managing data, and click "Add key" to add key-value pairs, storing data in the cloud.
Drag and drop EzData Blockly blocks to design programs, enabling basic operations such as cloud data storage, retrieval, modification, and deletion.
Log in to the EzData Dashboard ,and utilize backend API calls, passing in the device's unique token to perform CRUD (Create, Read, Update, Delete) operations on data.
The DataSet Manager is a module for centrally managing scattered EzData entries. Creating a data set does not affect the EZData data stored in the cloud.
Steps to access cloud data using UIFlow 2.0:
token: 795efd86c2a6478eb9c3bb414376bb6b from the EzData Manager
.Run
.The EzData Dashboard is a visual platform for managing cloud data storage for all devices associated with the current account. It allows for basic data operations through backend API calls.
the unique token
, which remains fixed within the same browser environment. Please copy the token before use.