Skip to main content

Creating a Dataset in Dataset Explorer

This tutorial will show you how to create a dataset in the Dataset Explorer

  • Within the Dev Center - New App view, click on Datasets Explorer on top navbar.
  • Click on Dataset Type - Time-Based or Depth-Based or Reference.

Select dataset type

  • Click on +NEW DATASET button in top right corner. New dataset

  • Populate values for "name": "", "description": "" and "type": "" only. Do not populate "indexes" or "schema". See dataset template below.

//Dataset template
{
"name": "your-company#my-new-dataset-name",
"description": "my new data set",
"data-type": "time",
"indexes": [],
"schema": {}
}

💡 Note: Dataset "type" will be the Dataset Type chosen in previous steps. Dataset "name" will be needed for the key in future steps.

  • Click on SAVE button.