awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • awesome-selfhosted/awesome-selfhostedAvatar de awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Ver en GitHub↗

    Este proyecto es un directorio curado por la comunidad de software de código abierto diseñado para su implementación en entornos de servidores privados y laboratorios domésticos. Sirve como un recurso integral para descubrir alternativas independientes y autohospedadas a los servicios en la nube convencionales, permitiendo a los usuarios mantener la propiedad total de los datos y el control sobre su infraestructura digital. El directorio está estructurado a través de una taxonomía jerárquica que organiza una vasta colección de aplicaciones en categorías lógicas, que van desde la gestión de medios y análisis de datos hasta la comunicación privada y herramientas de productividad en equipo. Se distingue por un proceso de revisión por pares colaborativo, donde los miembros de la comunidad validan la calidad y relevancia de cada envío para garantizar que el directorio siga siendo preciso y confiable. El proyecto cubre una amplia superficie de capacidades, incluyendo automatización de infraestructura, implementación de servicios basados en contenedores y gestión de configuración declarativa. Estas herramientas ayudan a los usuarios a mantener entornos de servidor reproducibles y gestionar dependencias de servicios complejas en hardware privado. El directorio se mantiene como un repositorio con control de versiones, asegurando que todas las actualizaciones y cambios impulsados por la comunidad sean rastreados y transparentes.

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

    awesomeawesome-listcloud
    Ver en GitHub↗299,516
  • awesome-foss/awesome-sysadminAvatar de awesome-foss

    awesome-foss/awesome-sysadmin

    34,338Ver en 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
    Ver en GitHub↗34,338
  • kahun/awesome-sysadminAvatar de kahun

    kahun/awesome-sysadmin

    24,232Ver en GitHub↗

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

    Ver en GitHub↗24,232
  • vonng/ddiaAvatar de Vonng

    Vonng/ddia

    22,648Ver en 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
    Ver en GitHub↗22,648
  • ipfs/go-ipfsAvatar de ipfs

    ipfs/go-ipfs

    17,059Ver en 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
    Ver en GitHub↗17,059
  • tursodatabase/libsqlAvatar de tursodatabase

    tursodatabase/libsql

    16,887Ver en 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
    Ver en GitHub↗16,887
  • maharmstone/btrfsAvatar de maharmstone

    maharmstone/btrfs

    7,524Ver en 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
    Ver en GitHub↗7,524
  • tubearchivist/tubearchivistAvatar de tubearchivist

    tubearchivist/tubearchivist

    7,561Ver en 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
    Ver en GitHub↗7,561
  • trapexit/mergerfsAvatar de trapexit

    trapexit/mergerfs

    5,709Ver en 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
    Ver en GitHub↗5,709
  • pgsty/pigstyAvatar de pgsty

    pgsty/pigsty

    4,703Ver en 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
    Ver en GitHub↗4,703
  1. Home
  2. Data & Databases
  3. Distributed Filesystems

Explorar subetiquetas

  • Filesystem Synchronization2 sub-etiquetasMechanisms 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.