awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 dépôts

Awesome GitHub RepositoriesCloud Storage Gateways

Middleware that bridges local file systems with remote cloud storage providers for synchronization.

Distinguishing note: Specifically targets the synchronization bridge between local and remote storage, distinct from general database management.

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

Awesome Cloud Storage Gateways GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • 9001/copypartyAvatar de 9001

    9001/copyparty

    45,236Voir sur GitHub↗

    Copyparty is a self-hosted file server that provides a browser-based interface for managing, browsing, uploading, and downloading files. It utilizes a virtual file system abstraction to map diverse storage backends and network-attached devices into a unified directory structure, allowing for consistent file access across various storage environments. The platform functions as a cloud synchronization gateway, enabling automated data backups and transfers between local storage and remote cloud providers through integration with standard command-line tools. It also serves as a distributed storag

    A server-side bridge that connects local file systems to remote storage providers for automated data backup and transfer operations.

    Pythoncopypartyfile-serverfile-sharing
    Voir sur GitHub↗45,236
  • benweet/stackeditAvatar de benweet

    benweet/stackedit

    22,805Voir sur GitHub↗

    StackEdit is a browser-based Markdown editor designed for structured document authoring and collaborative content creation. It functions as an offline-first web application, allowing users to maintain full access to their documents and editing tools without an active internet connection, with changes automatically synchronized once connectivity is restored. The platform distinguishes itself through its support for real-time multi-user collaboration, utilizing operational transformation to merge concurrent edits from multiple participants. It features a modular architecture that supports speci

    Connects local document workflows to cloud providers for backup, versioning, and cross-device accessibility.

    JavaScriptbloggercouchdbdropbox
    Voir sur GitHub↗22,805
  • janeczku/calibre-webAvatar de janeczku

    janeczku/calibre-web

    17,500Voir sur GitHub↗

    Calibre-web is a self-hosted web application that provides a browser-based interface for browsing, managing, and reading digital book collections stored in a library database. It functions as a comprehensive library management system, allowing users to organize large collections, edit metadata, and perform automated content updates through a centralized administrative dashboard. The platform distinguishes itself by integrating directly with external infrastructure to extend the capabilities of a standard digital library. It supports remote storage mapping to host files on cloud providers, uti

    Acts as a bridge between local library databases and remote cloud storage to enable distributed file access.

    Fluentcalibreebookebook-manager
    Voir sur GitHub↗17,500
  • lra/mackupAvatar de lra

    lra/mackup

    15,272Voir sur GitHub↗

    Mackup is a dotfile backup manager and application settings backup tool designed to keep software configuration files consistent across multiple computers. It functions by copying home directory configuration files into a centralized storage folder for preservation, restoration, and synchronization. The utility utilizes a symbolic link manager to replace local configuration files with symlinks pointing to a synchronized folder, enabling real-time updates. It supports cloud storage integration, allowing these configuration directories to be mirrored to remote backends for cross-machine environ

    Supports mirroring configuration directories to remote cloud backends for cross-machine environment setup.

    Python
    Voir sur GitHub↗15,272
  • drakkan/sftpgoAvatar de drakkan

    drakkan/sftpgo

    12,163Voir sur GitHub↗

    SFTPGo is a multi-protocol file server and secure file transfer gateway that enables the exchange and storage of files via SFTP, FTP, HTTP, and WebDAV. It provides a unified management interface and a web-based file manager for configuring server settings, user permissions, and collaborating on documents. The project functions as a cloud storage gateway, bridging legacy file transfer protocols to modern backends such as S3, Google Cloud Storage, and Azure Blob. It features an automated data workflow engine that uses dynamic logic and virtual folders to route files and manage data lifecycles a

    Provides a gateway that bridges legacy file transfer protocols to modern cloud storage backends.

    Goazure-blobcloud-storagedata-at-rest-encryption
    Voir sur GitHub↗12,163
  • s3fs-fuse/s3fs-fuseAvatar de s3fs-fuse

    s3fs-fuse/s3fs-fuse

    9,905Voir sur GitHub↗

    s3fs-fuse est un système de fichiers basé sur FUSE qui monte des buckets Amazon S3 et des stockages d'objets compatibles S3 en tant que répertoires locaux. Il fonctionne comme une passerelle de stockage d'objets cloud, traduisant les appels système POSIX standard en requêtes API RESTful pour permettre l'accès aux objets distants comme s'il s'agissait de fichiers locaux. Le projet permet le mappage de stockages d'objets distants vers des chemins locaux sur Linux, macOS et FreeBSD. Il prend en charge l'intégration avec des fournisseurs tiers compatibles S3 via l'utilisation d'URLs de service personnalisées et de styles de requête spécialisés. Le système inclut des capacités de mise en cache locale des données et des métadonnées pour réduire la latence réseau et la fréquence des requêtes API. L'accès est géré par authentification basée sur des identifiants et signature de requêtes via des variables d'environnement ou des fichiers d'identifiants.

    Acts as a gateway bridging local file systems with remote S3-compatible cloud storage.

    C++
    Voir sur GitHub↗9,905
  • messense/aliyundrive-webdavAvatar de messense

    messense/aliyundrive-webdav

    9,782Voir sur 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

    Creates an encrypted HTTPS bridge to safely access private cloud storage from different devices and networks.

    Rustaliyundrivealiyundrive-clientluci-app
    Voir sur GitHub↗9,782
  • drivendataorg/cookiecutter-data-scienceAvatar de drivendataorg

    drivendataorg/cookiecutter-data-science

    9,687Voir sur GitHub↗

    This project provides a standardized project directory structure and boilerplate templates for organizing data analysis and machine learning workflows. It serves as a reproducible analysis framework and workspace boilerplate designed to ensure consistency across data science projects. The template distinguishes between exploratory research in notebooks and reusable, testable logic in modular Python packages. It enforces a convention-based directory hierarchy that treats the analysis pipeline as a directed acyclic graph by separating raw, interim, and processed data. The framework covers a br

    Automates the synchronization of datasets between local project directories and cloud storage providers.

    Pythonaicookiecuttercookiecutter-data-science
    Voir sur GitHub↗9,687
  • xiaoyadev/xiaoya-alistAvatar de xiaoyaDev

    xiaoyaDev/xiaoya-alist

    8,307Voir sur GitHub↗

    xiaoya-alist is a containerized storage suite that aggregates multiple cloud storage providers into a unified listing service. It functions as a cloud storage automation tool and media library manager, providing a centralized system for organizing, sharing, and accessing cloud-stored content. The project distinguishes itself through the automation of cloud maintenance, including the automatic refreshing of authentication tokens and the conversion of bulk sharing links into standardized formats. It further enables media playback by crawling metadata to populate searchable libraries and generat

    Periodically synchronizes configuration and data files from remote mirrors to ensure environment consistency.

    Shell
    Voir sur GitHub↗8,307
  • violentmonkey/violentmonkeyAvatar de violentmonkey

    violentmonkey/violentmonkey

    7,874Voir sur GitHub↗

    Violentmonkey is a userscript manager extension and JavaScript injection framework. It allows users to install and manage custom scripts and CSS to modify the behavior and appearance of websites based on metadata-driven trigger conditions. The project functions as a cloud-synced script manager, backing up and synchronizing scripts across different devices using external cloud storage services. It also serves as a cross-origin request bridge, providing a communication layer that enables scripts to bypass the same-origin policy to fetch data. The tool covers a broad range of browser automation

    Mirrors local script configurations to remote cloud backends to maintain consistency across environments.

    JavaScriptuserscripts-supportviolentmonkeywebextensions
    Voir sur GitHub↗7,874
  • kahing/goofysAvatar de kahing

    kahing/goofys

    5,558Voir sur GitHub↗

    Goofys est une passerelle de stockage objet cloud compatible POSIX qui présente des buckets de stockage distants comme des répertoires système locaux. Il implémente un système de fichiers en espace utilisateur (user-space) qui mappe les services de stockage S3 et Azure Blob vers des points de montage locaux, permettant d'accéder aux objets distants via des opérations système standard. Le projet offre des capacités de montage spécifiques pour les comptes Amazon S3, Azure Blob Storage et Azure Data Lake. Il utilise une implémentation basée sur FUSE pour interfacer le stockage objet cloud avec le noyau du système d'exploitation. Le système inclut des optimisations de performance telles que la mise en cache locale en lecture pour réduire la latence et la récupération concurrente par plages (range-request) pour optimiser le téléchargement de gros objets. Il simule des structures de dossiers hiérarchiques en analysant les préfixes des clés d'objets pour émuler des répertoires.

    Acts as a bridge that maps S3-compliant and Azure Blob storage services to local system mount points.

    Go
    Voir sur GitHub↗5,558
  • tus/tusdAvatar de tus

    tus/tusd

    3,805Voir sur GitHub↗

    Tusd is a server implementation of the open protocol for resumable file uploads over HTTP. It functions as a gateway that streams incoming data directly to local disk or remote object storage backends, ensuring that large files can be processed without exhausting system memory. The server is designed as a modular package that can be embedded directly into existing applications, allowing developers to integrate file transfer capabilities without requiring external service dependencies. It maintains persistent state for all active transfers, enabling clients to pause and resume uploads from the

    Acts as a gateway that streams incoming data directly to local or remote storage backends.

    Go
    Voir sur GitHub↗3,805
  1. Home
  2. Data & Databases
  3. Cloud Storage Gateways

Explorer les sous-tags

  • Configuration MirroringMirroring of local application configuration directories to remote cloud backends to maintain consistency. **Distinct from Cloud Storage Gateways:** Focuses on mirroring user configuration folders specifically, whereas Cloud Storage Gateways are general-purpose local-to-remote bridges.