speckle-core-transport
Installation
SKILL.md
speckle-core-transport
Quick Reference
Transport Comparison Table
| Transport | Storage | Persistent | Network | Use Case |
|---|---|---|---|---|
| ServerTransport | Speckle Server (HTTP) | Yes (remote) | Yes | Collaborative send/receive to shared projects |
| SQLiteTransport | Local SQLite database | Yes (local) | No | Default local cache, offline access |
| MemoryTransport | In-memory dictionary | No | No | Testing, temporary pipelines, benchmarking |
| DiskTransport | Individual files on disk | Yes (local) | No | Project-local storage, git-tracked objects (C# only) |