Data Storage & Access
Cloudillo’s data storage systems and access control mechanisms. These documents explain how data is stored, organized, queried, and protected across the decentralized network.
Storage Types
Cloudillo provides two fundamentally different storage systems:
Immutable Storage
Blob Storage - Content-addressed immutable binary data (files, images, videos) stored with SHA-256 hashing, variants, and deduplication.
Mutable Storage
Two separate systems for different use cases:
RTDB - Query-oriented database system providing Firebase-like functionality for structured JSON data with real-time subscriptions.
CRDT - Collaborative editing system using conflict-free replicated data types for concurrent document editing with automatic conflict resolution.
Access Control
Access Control - How resources are protected and shared while maintaining user privacy and sovereignty through token-based authentication and attribute-based permissions.