The Lake
Docyard is built around a simple metaphor: The Lake. The lake is a centralized storage pool where all artifacts—documents, files, digital content—live together regardless of their source. Think of it as a vast body of water where anyone can drop their artifacts, and anyone with the right keys can fish them out.Key Characteristics
One Shared Pool
Unlike traditional document systems with tenant isolation, the lake has no boundaries. All artifacts coexist in one place:- Insurance declaration pages from carrier A
- Loan agreements from carrier B
- Real estate contracts from carrier C
Open Access
Anyone authenticated can:- Drop artifacts into the lake (via ramps)
- Fish artifacts from the lake (via docks)
Rule-Based Security
Access isn’t controlled by complex permissions or whitelists. It’s controlled by keys and weights:- Distributors define what keys are needed (lock types)
- Distributors assign weights to each key
- Artifacts have a threshold score
- Collectors present keys → System calculates score → Access granted if score ≥ threshold
The Lake vs. Traditional Systems
| Traditional Document Systems | The Lake |
|---|---|
| Tenant-isolated storage | Single shared pool |
| Complex permission matrices | Key-based access |
| Pre-authorized recipients | Open to anyone with keys |
| Per-integration setup | Connect once, access all |
| Document-type specific | Universal document storage |
What’s In The Lake?
Every artifact in the lake has:- Content: The actual file (PDF, image, document)
- Artifact Type: The category/type of document (e.g., “Insurance Declaration”)
- Locks: The metadata fields that define access requirements
- Keys: The values for those metadata fields
- Weights: The scores assigned to each lock type
- Threshold: The minimum score required for access
- Owner: Who uploaded it (for audit purposes)
Lake Access Points
To interact with the lake, you use specialized endpoints:- Ramps: Upload artifacts into the lake
- Docks: Retrieve artifacts from the lake
Visual Representation
How it works:- Distributors (left) upload documents through Ramps into the shared Lake (center)
- Collectors (right) search and retrieve documents through Docks from the Lake
- Anyone with the right keys can access any artifact—no pre-relationships needed
Next Steps
- Learn about Ramps & Docks
- Understand Artifact Types
- Explore the Lock-Key-Weight Model