Data Stores
Data Store components provide access to Kelp’s storage services.
They expose persistent and temporary storage as first-class components that can be read from and written to within dataflows.
This category includes components for:
- Key-value storage
- Vector stores (coming soon)
- File and object storage (coming soon)
Data Store components define how data is persisted, retrieved, queried, and scoped, and how stored data can be shared across apps, agents, and executions.
Each reference documents supported operations, data models, lifecycle behavior, and access constraints.
📄️ KV Store
Stores and retrieves key/value pairs along with optional metadata in a Kelp KV data store.
📄️ Local Storage
Stores data in key/value format in browser Local Storage space.