D
DreamLake

DB Schema

Track

Time-series data (scalars, vectors, tensors). Episode-scoped or space-level.

FieldTypeDescription
idObjectIdPrimary key
nameStringTrack name
descriptionString?Description
tagsString[]Tags
projectIdStringParent project (always set)
episodeIdString?Episode link (null = space-level track)
pathStringTopic path (e.g. "robot/joint_positions")
chunksJsonChunk manifest: [{ path, src }] (default: [])
t0DateTime?Wall-clock anchor of first data point
lengthBigIntNumber of steps (default: 0)
shapeInt[]Shape of each entry: [] scalar, [512] vector, [17,3] pose
metadataJson?Arbitrary metadata
deletedAtDateTime?Soft delete timestamp
createdAtDateTimeCreated timestamp
updatedAtDateTimeLast updated timestamp

Indexes: projectId, episodeId, path, tags, deletedAt