Typed container hierarchies with temporal item tracking. Every item movement is a vector, every container state is reconstructable, and every access pattern is auditable.
Model any physical or virtual inventory structure. Containers have typed slots, weight limits, count limits, and nested sub-containers — all enforced at the database level.
Every item is a temporal vector. Movements, state changes, and ownership transfers are recorded as observations with full timestamp precision. Query any item's complete history or reconstruct its state at any point in time.
Reconstruct the exact state of any container at any historical timestamp. Built on VectorScaleDB's temporal reconstruction engine, audit replay gives you a complete forensic view of inventory changes.
Detect unusual inventory access patterns automatically. VectorScaleDB's behavioral analysis identifies suspicious transfers, impossible item duplication, and abnormal access frequency without manual rule configuration.
Seven endpoints for complete inventory lifecycle management.
POST /v1/inventory/containers — Create containerGET /v1/inventory/containers/{id} — Get container stateGET /v1/inventory/containers/{id}/history — Container historyPOST /v1/inventory/items/transfer — Move itemsPOST /v1/inventory/items/swap — Swap between containersPOST /v1/inventory/items/batch — Batch operationsPOST /v1/inventory/audit — Audit replay querySee VectorScaleDB's container hierarchies and temporal tracking in a live demo.