awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ncw/rclonencw 的头像

    ncw/rclone

    57,898在 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
    在 GitHub 上查看↗57,898
  • alistgo/alistAlistGo 的头像

    AlistGo/alist

    49,705在 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
    在 GitHub 上查看↗49,705
  • koel/koelkoel 的头像

    koel/koel

    17,168在 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
    在 GitHub 上查看↗17,168
  • google/go-cloudgoogle 的头像

    google/go-cloud

    9,891在 GitHub 上查看↗

    go-cloud 是一个云无关的工具包,提供用于与常见云服务交互的可移植 Go 接口。它通过将业务逻辑与特定的提供商 API 实现解耦,实现了多云应用程序开发。 该项目利用基于驱动程序的系统将通用接口调用映射到特定供应商的请求。这允许应用程序在不同的云后端(如 Blob 存储、关系型数据库和异步发布-订阅消息)之间切换,而无需更改核心应用程序代码。 除了存储和消息传递,该工具包还包含一个管理器,用于在运行时跟踪和更新动态配置变量,而无需重启进程。它还为分布式追踪、请求日志记录和健康检查提供了标准化的可观测性层。

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

    Go
    在 GitHub 上查看↗9,891
  • messense/aliyundrive-webdavmessense 的头像

    messense/aliyundrive-webdav

    9,782在 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
    在 GitHub 上查看↗9,782
  1. Home
  2. Data & Databases
  3. Cloud Storage Drivers

探索子标签

  • 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