[]
        
(Showing Draft Content)

Create a Streaming Dataset

With streaming datasets, you can stream the data in real-time for quick data analysis and visualization. They are also known as real-time datasets. You can use any visual in a dashboard to display real-time data.


Streaming datasets store the data in a temporary cache which expires as per the retention time set by the user. The main usage of a streaming dataset is to receive the data from the IoT devices, sensors, or other system's event data. Unlike direct and COT datasets, there are no data sources, relationships, fields, filters, parameters, and options for the streaming datasets. Therefore, there is no scope to add filters or groups to a streaming dataset. For more information on streaming datasets, go through the following sections.

Streaming datasets can be used in both reports and dashboards.

To Create a Streaming Dataset

Use the below steps to create a streaming dataset on the Resource Portal.

  1. On the Resource Portal, navigate to the Create tab and then select Prepare Data for the dashboard.


    Prepare Data for Dashboards

  2. To create a streaming dataset for the dashboard, click the Create button as shown.


    Create Streaming Datasets

  3. The Streaming Dataset Designer window that appears, fill in the following information for the field -

    • Field Name - Name of the field. It cannot start with a number, special character (like '<', '>', ':', '?', '*', '/', '|', '"', etc.) or a dot ('.')

    • Field Type - Data type for the field. It can be set to string, number, boolean, date, and datetime. By default, the data type for the field is set to 'String'.

    • Data Category - The data category is used to give visualization hints related to the attribute type when generating a smart scenario through the Visualization Wizard. Different data types have different possible values. For example, the string data type supports these values: Geography(Country, State/Province, City, District), Image URL, or Image Binary. The numeric data type supports these values: Currency, Geography (Latitude, Longitude).

    • Description - Additional information about the field. It is optional.

    Streaming Dataset Designer

    Note: Streaming dataset must contain at least one field.

  4. You can add more fields to the dataset using the + Add Field button as shown.


    Added New Fields

  5. Enter a valid string with a maximum length of 20 characters in the Push Data Token, or click the Random Generate button to generate a random data token. If you want only an authorized user should insert the data in a streaming dataset, the value of the Push Data Token must be specified.

    Once the Push Data Token is set, you must add this token in the endpoint URL to add data.

  6. Set the Retention Time to a suitable amount of time. The retention time determines how long the data will be stored in the memory. By default, the retention for the streaming dataset is set to 15 minutes. You cannot set the retention time to less than a minute or beyond 60 minutes.

    Note: When the data passes the specified retention time, it is cleared from the memory.

To Save a Streaming Dataset

Use the below steps to save a streaming dataset on the Resource portal.

  1. Click the Save button to save the streaming dataset. The dataset is now ready to be bound to dashboards.


    Save the dataset

  2. In the Save dialog box that appears, enter the dataset name, assign a category, and add a comment (if any) as shown.


    Save Dialog Box


    You can view the added dataset under the specified category in the Category tab of the Resource Portal.

  3. Currently, the streaming dataset only defines the table structure. You can preview the dataset to view the table structure.


    Viewing Table Structure


    Since no data is inserted into the dataset, there are no rows added to the dataset. For more information on how to push data, see the below section.

To Push Data

In Wyn Enterprise, the only way to insert data into the streaming dataset, is through API (JSON). Please see this article for more details.

To Edit a Streaming Dataset

Editing a dataset includes adding new fields to the dataset, modifying or deleting the existing field names or types, changing the retention time, and more. Use the below steps to edit a streaming dataset.

Note: Existing data is lost on editing a streaming dataset.

  1. On the Resource Portal, go to Document Types > Dataset.

  2. Select the streaming dataset that you want to edit.

  3. Click the More button and then select Edit from the list.


    Edit the dataset

  4. In the Streaming Dataset Designer window that appears, you can now edit the dataset. For example, you can click the Delete button to delete an existing field.


    Delete a field in the Streaming Dataset

  5. Once you finish modifying the dataset, click the Save button to save the changes.


See Also

Create a Streaming Dataset