Data Buckets
Chunk Management
The Chunk Management feature is a powerful tool that allows you to easily manage your data, either to create backups or delete information from your bucket. Chunk Management is only available for Optimized Device Data (Immutable) By accessing your ...
Data Export
The Export Data feature enables you to efficiently extract variables from your bucket. This function is accessible within the Admin panel, specifically in the Bucket Module . To use it, select a bucket and navigate to the ' Variables' tab. On this ...
Managing Buckets
By clicking on a bucket, you will find sections where you can find detailed information about the bucket. In your list of buckets, select one to get more information, and click on the MORE tab to obtain the details. Visible This option can be used ...
Bucket structure
One bucket may contain several devices. However, each device can be connected to only one bucket. It means that the device will be filling (sending data to) only one bucket, and that the device is able to read variables from only one bucket. To make ...
Data Retention Feature
The Data Retention feature automatically removes old data from the bucket after the period you define here. The goal is to help customers to avoid unnecessary costs with data that don’t need to be kept for a long period of time. The Data Retention ...
Buckets
Bucket is where the data from your devices is stored. When a device is created, TagoIO automatically creates a bucket for it with the same name, description, and tags. Data Retention In the General Information tab, you can select the period of ...
Popular Articles
MQTT
MQTT stands for MQ Telemetry Transport; it's an extremely simple and lightweight publish-subscribe messaging protocol. It was designed for constrained devices and low-bandwidth, high-latency or unreliable networks. TagoIO has its own MQTT broker that ...
Access Management
Access Management (AM) is a module that helps you securely grant access to certain resources in your account. You create Targets (users or things) and determine which type of Permissions for the resources they will have. Some examples of how AM can ...
Connector Overview
Connectors enable you to create a device with built-in behaviors that allow it to communicate with a Network very easily. They also help you automate and scale your devices, once you create a device using a connector, that device will also run the ...
Profiles
Profiles are similar to having different sub-accounts under your own main account. You can create multiple profiles for persons or organizations and then share them with others. By doing this, you will continue to own the 'sub-account' while allowing ...
MQTT - Example with MQTT.fx
This is a tutorial on how to connect to Tago MQTT, subscribe to topics using wildcards and publish to a topic. For this tutorial we will use the software Mqttfx. To download and learn more about Mqttfx go to their ...