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
·

10 dépôts

Awesome GitHub RepositoriesDistributed Filesystems

Storage systems that span multiple servers to provide unified access to data.

Distinguishing note: Focuses on storage architecture rather than general database management.

Explore 10 awesome GitHub repositories matching data & databases · Distributed Filesystems. Refine with filters or upvote what's useful.

Awesome Distributed Filesystems 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.
  • awesome-selfhosted/awesome-selfhostedAvatar de awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Voir sur GitHub↗

    Ce projet est un répertoire de logiciels open source organisé par la communauté, conçu pour être déployé dans des environnements de serveurs privés et des laboratoires domestiques. Il sert de ressource complète pour découvrir des alternatives indépendantes et auto-hébergées aux services cloud grand public, permettant aux utilisateurs de conserver la pleine propriété des données et le contrôle de leur infrastructure numérique. Le répertoire est structuré par une taxonomie hiérarchique qui organise une vaste collection d'applications en catégories logiques, allant de la gestion multimédia et de l'analyse de données à la communication privée et aux outils de productivité d'équipe. Il se distingue par un processus de revue par les pairs collaboratif, où les membres de la communauté valident la qualité et la pertinence de chaque soumission pour garantir que le répertoire reste précis et fiable. Le projet couvre une large surface de capacités, notamment l'automatisation de l'infrastructure, le déploiement de services basés sur des conteneurs et la gestion de configuration déclarative. Ces outils aident les utilisateurs à maintenir des environnements de serveur reproductibles et à gérer des dépendances de services complexes sur du matériel privé. Le répertoire est maintenu en tant que dépôt contrôlé par version, garantissant que toutes les mises à jour et les changements pilotés par la communauté sont suivis et transparents.

    Supports multiple access protocols and allows for the seamless addition of storage capacity to handle large volumes of small files.

    awesomeawesome-listcloud
    Voir sur GitHub↗299,516
  • awesome-foss/awesome-sysadminAvatar de awesome-foss

    awesome-foss/awesome-sysadmin

    34,338Voir sur GitHub↗

    This project is a community-curated directory of open-source tools and resources designed to assist system administrators with infrastructure management. It functions as a centralized knowledge base, providing a structured index of software and documentation that helps professionals discover solutions for automating, monitoring, and maintaining distributed computing environments. The repository distinguishes itself through a collaborative, community-driven structure that organizes a vast array of technical resources into a hierarchical taxonomy. By utilizing hyperlink-centric navigation, it d

    Deploys storage solutions across multiple servers to ensure high availability.

    awesomeawesome-listdevops
    Voir sur GitHub↗34,338
  • kahun/awesome-sysadminAvatar de kahun

    kahun/awesome-sysadmin

    24,232Voir sur GitHub↗

    Coordinates storage across multiple servers to provide a unified file access layer.

    Voir sur GitHub↗24,232
  • vonng/ddiaAvatar de Vonng

    Vonng/ddia

    22,648Voir sur GitHub↗

    This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi

    Distributes large files across nodes to enable high-throughput access and fault tolerance.

    Pythonbookdatabaseddia
    Voir sur GitHub↗22,648
  • ipfs/go-ipfsAvatar de ipfs

    ipfs/go-ipfs

    17,059Voir sur GitHub↗

    go-ipfs is an implementation of an IPFS node, providing a distributed filesystem and a content-addressable storage system. It enables the storage and retrieval of data based on unique cryptographic hashes rather than fixed network locations, allowing files to be shared across a peer-to-peer network without a central authority. The system utilizes a distributed hash table and a peer-to-peer gossip protocol to route requests and propagate network state and metadata. It organizes data using a Merkle DAG structure to support efficient deduplication and versioning of content. Capabilities include

    Provides a decentralized storage system that spans multiple servers for unified data access.

    Go
    Voir sur GitHub↗17,059
  • tursodatabase/libsqlAvatar de tursodatabase

    tursodatabase/libsql

    16,887Voir sur GitHub↗

    LibSQL is a high-performance, distributed SQL database engine that extends SQLite to support remote network access, edge computing, and real-time synchronization. It functions as an embedded database library that integrates directly into application processes while providing the infrastructure to maintain consistency across multiple geographic regions. The platform distinguishes itself by enabling database interaction over standard HTTP protocols, allowing applications to query remote data sources in serverless and edge environments without requiring local filesystem access. It includes nativ

    Replicates local filesystem state to remote databases for backups and multi-machine collaboration.

    Cdatabaseembedded-databaserust
    Voir sur GitHub↗16,887
  • maharmstone/btrfsAvatar de maharmstone

    maharmstone/btrfs

    7,524Voir sur GitHub↗

    Btrfs for Windows is a kernel-mode driver and filesystem manager that enables read and write access to Btrfs formatted drives on Windows operating systems. It implements the Linux Btrfs on-disk format, providing a bridge for native filesystem interaction including a dedicated integration for the Windows Subsystem for Linux. The project distinguishes itself through an identity mapping layer that translates Linux user and group IDs into Windows security identifiers to maintain file ownership and permissions. It further integrates with the Windows environment via a shell extension for managing s

    Transfers subvolume data to clones or remote targets for backup and filesystem state migration.

    Cbtrfswindows
    Voir sur GitHub↗7,524
  • tubearchivist/tubearchivistAvatar de tubearchivist

    tubearchivist/tubearchivist

    7,561Voir sur GitHub↗

    TubeArchivist is a self-hosted YouTube video archiving system and metadata indexer. It functions as a personal media library and download manager that allows users to create a searchable offline collection of videos, channels, and playlists. The system distinguishes itself by indexing subtitles, comments, and channel information for full-text search and retrieval. It features automated media synchronization to track subscriptions and playlists, ensuring new content is automatically queued and downloaded as it is published. The project provides a broad set of capabilities for digital asset ma

    Reconciles physical media files and thumbnails with database records to ensure index integrity and recover missing assets.

    Pythonarchivedownload-managerdownload-videos
    Voir sur GitHub↗7,561
  • trapexit/mergerfsAvatar de trapexit

    trapexit/mergerfs

    5,709Voir sur GitHub↗

    mergerfs is a FUSE-based union filesystem that pools multiple independent filesystems or directories into a single unified mount point. It acts as a proxy to underlying storage, forwarding file operations directly to the filesystem for near-native performance while merging directory listings and attribute changes. The project provides a live, read-write pooled view of storage that aggregates drives of any size without requiring reformatting or data redistribution, and it isolates individual drive failures so that the pool continues serving data from remaining filesystems. The filesystem offer

    Implements synchronous POSIX call behavior that halts all threads when an underlying branch filesystem blocks.

    C++aufsdatahoardingfilesystem
    Voir sur GitHub↗5,709
  • pgsty/pigstyAvatar de pgsty

    pgsty/pigsty

    4,703Voir sur GitHub↗

    Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs

    Sets up a shared POSIX filesystem that utilizes a PostgreSQL instance as the metadata engine.

    Shellgraphicsinfrapostgres
    Voir sur GitHub↗4,703
  1. Home
  2. Data & Databases
  3. Distributed Filesystems

Explorer les sous-tags

  • Filesystem Synchronization2 sous-tagsMechanisms for replicating local filesystem state to remote database instances. **Distinct from Distributed Filesystems:** Distinct from Distributed Filesystems: focuses on the synchronization of local state to remote databases rather than distributed storage architecture.
  • Subvolume SynchronizationTransfer of Btrfs subvolume data to clones or remote targets for backup and migration. **Distinct from Filesystem Synchronization:** Distinct from general filesystem synchronization by targeting Btrfs subvolumes specifically for state migration.