# The Data Layer for Physical AI

Rerun covers the whole journey from raw recordings to training, on a single unified data layer for multi-rate, multimodal robotics data.

It's comprised of **Rerun SDK**: an open source library and tools for logging, storing, querying, visualizing, and training on multi-rate, multimodal data; and **Rerun Hub**: a data catalog and backend for large scale storage, access, and streaming of robotics data from object storage.

## The problem

Building intelligent physical systems requires rapid iteration on both data and models. But teams often get stuck because:

- Data from sensors arrives at different rates and in different formats
- Understanding what went wrong requires visualizing multimodal data (images, point clouds, sensor readings) together in time
- Extracting, cleaning, and preparing data for training involves too many manual steps
- Switching between different tools for each step slows everything down

The best robotics teams minimize their time from new data to training. Rerun gives you the unified infrastructure to make that happen.

## Who is Rerun for?

Rerun is built for teams developing intelligent physical systems:

- **Robotics engineers** debugging perception, controls, and planning
- **Perception teams** analyzing sensor data and model outputs
- **ML engineers** preparing datasets and understanding model behavior
- **Autonomy teams** developing and testing decision-making systems

If you're working with robots, drones, autonomous vehicles, spatial AI, or any system with data that evolves over time, Rerun helps you move faster.

## How do you use it?

### Log and ingest

Use the [logging API](/content/docs/getting-started/data-in/index.html) to log multimodal data from your code, or [the chunk processing API](/content/docs/concepts/logging-and-ingestion/chunk-processing-api/index.html) to convert your existing data to the [.rrd](/content/docs/concepts/logging-and-ingestion/rrd-format/index.html) file format to later visualize or query.

### Visualize

Rerun provides an open source pre-built [viewer](/content/docs/reference/viewer/overview/index.html) that is [adjustable](/content/docs/getting-started/configure-the-viewer/index.html) and [extensible](/content/docs/howto/extend/index.html). You can log directly to the viewer, [open](/content/docs/getting-started/data-in/open-any-file/index.html) a range of file formats to get data into the viewer, or even connect the viewer to a Rerun [catalog](/content/docs/concepts/query-and-transform/catalog-object-model/index.html).

### Query and transform

The Rerun file format supports both high performance visualization and querying over the same data source.

You can use the open source [catalog](/content/docs/concepts/query-and-transform/catalog-object-model/index.html) server for running local [laptop scale examples](/content/docs/getting-started/data-out/index.html). We also offer **Rerun Hub**, a scalable catalog for robotic data, for teams that need collaborative dataset management, version control, and cloud storage ( [reach out](https://5li7zhj98k8.typeform.com/to/a5XDpBkZ?typeform-source=docs) to learn more). These are API compatible so the only difference from our examples to **Rerun Hub** is that you connect to an existing server instead of launching your own.

#### Prepare catalog

Before querying or viewing recordings on the catalog we have to register them. We group recordings as [datasets](/content/docs/concepts/query-and-transform/catalog-object-model#datasets/index.html). Since Rerun indexes existing data in place, registration needs paths to RRDs to index: in object store for **Rerun Hub** or on disk for local catalog server.

#### Use catalog

At this point a viewer can connect to the prepared catalog or we show the basic steps to perform a query. We specify what dataset we want to query, get access to a lazy loaded [dataframe](/content/docs/concepts/query-and-transform/dataframe-queries/index.html), specify our query, and retrieve the results. Queries can be specified with SQL or dataframe APIs allowing the flexibility to investigate anything about your data.

### Train

Use the catalog as a data source for [training](/content/docs/getting-started/train/index.html): a dataloader runs a query against the catalog and yields training batches.

## Get started

Ready to speed up your iteration cycle?

- [Quick start guide](/content/docs/getting-started/index.html) - Get up and running in minutes
- [Examples](/content/examples/index.html) - See Rerun in action with real data
- [Concepts](/content/docs/concepts/index.html) - Learn how Rerun works under the hood

## Can't find what you're looking for?

- Join us in the [Rerun Community Discord](https://discord.gg/xwcxHUjD35)
- [Submit an issue](https://github.com/rerun-io/rerun/issues) in the Rerun GitHub project

Feedback?  
Send feedback
