The network is the business model. Every node makes every other node smarter. Deploy at the edge, archive to content-addressed storage, and share behavioral intelligence across peers — without a central authority, without cloud dependency, without anyone holding all the keys.
Peer-to-peer communication without centralized infrastructure. Nodes discover, connect, and exchange data directly.
Compressed segments are archived to IPFS with content-addressed CIDs. Immutable, verifiable, and retrievable from any IPFS node worldwide.
Share behavioral intelligence without exposing raw data. Laplacian noise is applied before any segment leaves the node.
Run VectorScaleDB on edge hardware with full compression, indexing, and query capabilities. Sync to the cloud when connectivity allows.
Behavioral trust scoring for decentralized nodes, with data-preserving partition recovery when network splits heal.
Edge nodes and cloud clusters negotiate what data matters most. Local fast-access for critical entities, cloud orchestration for the full picture.
Inspect cluster topology including P2P peers, IPFS archival status, and transport configuration.
# Query cluster topology with P2P node details curl "https://api.vectorscaledb.com/v1/cluster/status" \ -H "Authorization: Bearer $TOKEN"
{
"cluster_id": "edge-fleet-west",
"topology": "hybrid",
"node_count": 8,
"members": [
{
"node_id": "cloud-us-west-01",
"transport": "tcp",
"address": "10.0.1.10:8080",
"state": "alive",
"role": "coordinator",
"entities": 1847293,
"shards": [0, 1, 2, 3, 4, 5, 6, 7]
},
{
"node_id": "edge-vehicle-042",
"transport": "P2P",
"peer_id": "QmYwAPJzv5CZsnEf18gnKJRv5bKF7...",
"state": "alive",
"role": "edge",
"entities": 4219,
"last_sync": "2026-03-09T11:58:22Z",
"sync_policy": "anomalous_only"
},
{
"node_id": "edge-drone-17",
"transport": "P2P",
"peer_id": "QmT5NvUtoM5nX3FVGa7Lq4kGTlN...",
"state": "alive",
"role": "edge",
"entities": 891,
"last_sync": "2026-03-09T12:01:07Z",
"sync_policy": "daily_summary"
}
],
"ipfs": {
"archived_segments": 284019,
"total_cids": 284019,
"pinned_nodes": 3,
"last_archive": "2026-03-09T12:00:00Z"
},
"privacy": {
"differential_privacy_enabled": true,
"shared_segments_noised": 47291
}
}
See how VectorScaleDB runs on your edge infrastructure with full P2P capabilities.