SptDB: Batch Store
Store multiple patterns and vectors in bulk with progress tracking.
Source: examples/sptdb/batch-store.js
Usage
bash
node examples/sptdb/batch-store.js '[{"key":"p1","value":"Pattern 1"}]' my-namespaceWhat It Does
- Accepts a JSON array of key/value pairs and a namespace
- Stores all patterns in SptDB with batch optimisation
- Reports progress and final throughput