awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesCloud Storage Drivers

Adapters that allow mounting remote cloud storage services as local file systems for file management.

Distinguishing note: No existing candidates for cloud storage mounting; this creates a dedicated category for storage integration drivers.

Explore 5 awesome GitHub repositories matching data & databases · Cloud Storage Drivers. Refine with filters or upvote what's useful.

Awesome Cloud Storage Drivers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ncw/rcloneAvatar ncw

    ncw/rclone

    57,898Vezi pe GitHub↗

    rclone is a command-line utility and sync engine for managing, synchronizing, and migrating files across numerous cloud storage providers. It functions as a storage management tool that enables bidirectional or one-way synchronization between local filesystems and remote cloud backends. The project acts as a unified cloud storage gateway, capable of merging multiple remote providers into a single directory tree. It further provides a filesystem mount to expose remote cloud storage as a local disk for direct operating system access and a transparent encryption wrapper to secure data before it

    Provides drivers that allow remote cloud storage services to be mounted as local file systems.

    Go
    Vezi pe GitHub↗57,898
  • alistgo/alistAvatar AlistGo

    AlistGo/alist

    49,705Vezi pe GitHub↗

    Alist is a unified cloud storage gateway that aggregates disparate remote storage providers into a single, navigable virtual file system. By acting as a remote file system proxy, it decouples file operations from specific provider implementations, allowing users to browse, download, and manage files across heterogeneous backends through a standardized interface. The platform utilizes a driver-based storage abstraction that translates generic file system operations into provider-specific API calls. This architecture supports a wide range of cloud storage services, S3-compatible object storage,

    Connect GuangYaPan cloud storage as a local file system to browse, download, and manage remote files directly through a unified interface.

    Gofile-servergingolang
    Vezi pe GitHub↗49,705
  • koel/koelAvatar koel

    koel/koel

    17,168Vezi pe GitHub↗

    Koel is a self-hosted music streaming server designed for hosting, managing, and streaming personal digital music collections via web and mobile applications. It functions as a personal audio streaming platform that allows users to organize local and cloud-based audio libraries with integrated user accounts and playlist management. The system distinguishes itself by acting as a cloud-integrated media server, enabling the connection of remote storage providers to serve music files without requiring local disk space. It provides a cross-platform playback experience, ensuring consistent access t

    Integrates remote cloud storage drivers to serve music files hosted in the cloud instead of local disks.

    PHPaudiohacktoberfestlaravel
    Vezi pe GitHub↗17,168
  • google/go-cloudAvatar google

    google/go-cloud

    9,891Vezi pe GitHub↗

    go-cloud este un set de biblioteci cloud-agnostic care oferă interfețe Go portabile pentru interacțiunea cu servicii cloud comune. Permite dezvoltarea de aplicații multi-cloud prin decuplarea logicii de business de implementările specifice ale API-urilor furnizorilor. Proiectul utilizează un sistem bazat pe drivere pentru a mapa apelurile de interfață generice la cereri specifice furnizorului. Acest lucru permite aplicațiilor să comute între diferite backend-uri cloud pentru stocarea de blob-uri, baze de date relaționale și mesagerie asincronă de tip publish-subscribe fără a modifica codul principal al aplicației. Dincolo de stocare și mesagerie, toolkit-ul include un manager pentru urmărirea și actualizarea variabilelor de configurare dinamice în timpul execuției, fără a necesita repornirea procesului. De asemenea, oferă un strat de observabilitate standardizat pentru tracing distribuit, logarea cererilor și verificarea stării de sănătate (health checking).

    Provides a unified type for blob storage buckets to interact with multiple cloud backends via drivers.

    Go
    Vezi pe GitHub↗9,891
  • messense/aliyundrive-webdavAvatar messense

    messense/aliyundrive-webdav

    9,782Vezi pe GitHub↗

    aliyundrive-webdav is a server-side gateway that translates AliyunDrive cloud storage into a WebDAV interface. It functions as a self-hosted cloud file server that maps remote storage accounts to a local network drive, allowing users to manage files through standard network drive clients. The project distinguishes itself by routing data requests directly between the client and the cloud provider to enable direct media streaming without server-side proxying. It utilizes a terminal-based QR code authentication system to exchange scans for refresh tokens and maintains a secure cloud gateway usin

    Maps remote cloud files to appear as a local network drive for easier browsing and management.

    Rustaliyundrivealiyundrive-clientluci-app
    Vezi pe GitHub↗9,782
  1. Home
  2. Data & Databases
  3. Cloud Storage Drivers

Explorează sub-etichetele

  • Bucket Abstraction DriversDrivers that provide a unified type and interface for interacting with cloud storage buckets. **Distinct from Cloud Storage Drivers:** Focuses on the interface abstraction for buckets rather than mounting remote storage as a local filesystem