Mountainash Transport¶
An intelligent textbook for mountainash-transport -- cloud-native storage abstraction library.
Textbook deferred — unavailable. The inherited chapter outline and topics below are retained for reference; no textbook is currently published.
Chapters¶
- Foundation Concepts
- Storage Protocols
- Path Handling
- Settings and Configuration
- StorageFacade
- Transforms
- Local Backend
- S3 Backend
- HTTP Backend
Key Topics¶
- Storage protocols -- runtime-checkable structural protocols defining a universal contract for read, write, list, and delete operations across storage backends
- StorageFacade -- unified API for interacting with local filesystem, S3, and HTTP storage through a single consistent interface
- Path handling -- cloud-native path abstraction and helpers for resolving local, S3, and HTTP URIs uniformly
- Storage transforms -- pluggable transformation pipeline for processing files during read/write operations
- Backend implementations -- Local, S3, and HTTP storage backends with settings-driven configuration and registry-based discovery