Skip to content

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.

Source repository

Chapters

  1. Foundation Concepts
  2. Storage Protocols
  3. Path Handling
  4. Settings and Configuration
  5. StorageFacade
  6. Transforms
  7. Local Backend
  8. S3 Backend
  9. 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