MAP Docs
MOMENT

Operations

Every operation on MOMENT.

The full operation table for MOMENT. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the see-MOTET crate.

Index

OperationSummary
observeRecord an observation; timestamp monotonic per source.
queryQuery observations by time window, source, predicate.
rollupTrigger an offline aggregation rollup; source preserved.

Reference

observe

Record an observation; timestamp monotonic per source.

FieldValue
Capabilitymap.moment.observe
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

query

Query observations by time window, source, predicate.

FieldValue
Capabilitymap.moment.query
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

rollup

Trigger an offline aggregation rollup; source preserved.

FieldValue
Capabilitymap.moment.rollup
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page