Skip to content

Commit

Permalink
Update data _index.md (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored May 13, 2024
1 parent 73c67bb commit 0d80327
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/data/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,64 +23,62 @@ The data management service is a robust solution for smart machine data handling
Using the data management service, you can collect data from different parts of a robot, IoT device, or any other machine.
Once collected, you can configure which data to securely sync to the cloud, and view, sort, or manage it directly in the cloud without needing to manually gather data from each machine.

## Overview

![Data is captured on the machine, uploaded to the cloud, and then deleted off local storage.](/data/data_management.png)

Viam's data management features can be broken down into on-device and cloud data capabilities:

### On-device data management
## On-device data management

Manage data directly on your robot, with configurable data capture from various components, automated recovery after interruptions, and secure cloud synchronization for efficient data storage and management.

{{< cards >}}
{{% manualcard link="/data/capture/" %}}

#### Data capture
### Data capture

Configurable for various robot components like cameras, sensors, and motors, with configurable capture frequency.
Automatically resumes after robot restarts.

{{% /manualcard %}}
{{% manualcard link="/data/cloud-sync/" %}}

#### Cloud sync
### Cloud sync

Securely transfer data to the cloud at the frequency you define.
Resilient to interruptions, and deletes local data post-sync for space management.

{{% /manualcard %}}
{{< /cards >}}

### Cloud data management
## Cloud data management

Experience streamlined data handling with advanced querying, viewing, and filtering capabilities, along with efficient data labeling and exporting tools.

{{< cards >}}
{{% manualcard link="/data/query/" %}}

#### Query data
### Query data

Make SQL or MQL queries on synced sensor data, accessible through the Viam app and MQL-compatible clients.

{{% /manualcard %}}
{{% manualcard link="/data/view/" %}}

#### View and filter data
### View and filter data

View and filter different data types in the cloud, with the option to delete data on the Viam app.

{{% /manualcard %}}
{{% manualcard link="/data/dataset/" %}}

#### Create datasets
### Create datasets

Label data for management and machine learning, with dynamic datasets that change with underlying data modifications.

{{% /manualcard %}}
{{% manualcard link="/data/export/" %}}

#### Export data
### Export data

Export data with the Viam CLI and download your data for offline access.

Expand Down

0 comments on commit 0d80327

Please sign in to comment.