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
| Operation | Summary |
|---|---|
observe | Record an observation; timestamp monotonic per source. |
query | Query observations by time window, source, predicate. |
rollup | Trigger an offline aggregation rollup; source preserved. |
Reference
observe
Record an observation; timestamp monotonic per source.
| Field | Value |
|---|---|
| Capability | map.moment.observe |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.moment.query |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
rollup
Trigger an offline aggregation rollup; source preserved.
| Field | Value |
|---|---|
| Capability | map.moment.rollup |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.