awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesDistributed File Systems

Technologies for managing and searching files across decentralized network storage locations.

Distinguishing note: Focuses on the aggregation and discovery of files in decentralized networks.

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

Awesome Distributed File Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 9001/copypartyAvatar von 9001

    9001/copyparty

    45,236Auf GitHub ansehen↗

    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

    Aggregating and searching across multiple storage locations to simplify file discovery within a complex or decentralized network infrastructure.

    Pythoncopypartyfile-serverfile-sharing
    Auf GitHub ansehen↗45,236
  • karanpratapsingh/system-designAvatar von karanpratapsingh

    karanpratapsingh/system-design

    44,051Auf GitHub ansehen↗

    This project is a comprehensive educational resource focused on the principles, patterns, and trade-offs required to design scalable, reliable, and high-performance distributed systems. It provides a structured curriculum that covers the fundamental architectural strategies necessary for building modern software infrastructure, ranging from high-level system decomposition to low-level networking and data management. The repository distinguishes itself by offering deep dives into complex architectural patterns, such as microservices-based decomposition, event-driven communication, and command-

    Explains the architecture and fault-tolerance of distributed file systems like HDFS.

    architecturedistributed-systemsengineering
    Auf GitHub ansehen↗44,051
  • dokploy/dokployAvatar von Dokploy

    Dokploy/dokploy

    34,901Auf GitHub ansehen↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    Provides a distributed object storage and file system for high-scale data.

    TypeScriptbackendbackupsdatabases
    Auf GitHub ansehen↗34,901
  • icewhaletech/casaosAvatar von IceWhaleTech

    IceWhaleTech/CasaOS

    34,091Auf GitHub ansehen↗

    CasaOS is a lightweight software stack designed to transform standard Linux distributions into a comprehensive personal cloud platform. It functions as a management layer that sits atop the host operating system, providing a unified graphical dashboard to deploy, monitor, and administer containerized applications and local hardware resources. By automating the lifecycle of isolated software services, it enables users to maintain a private and secure digital infrastructure on their own hardware. The platform distinguishes itself through a declarative configuration model that continuously recon

    Organizes local and network-attached data into a centralized portal for multi-device file sharing.

    Gocasaosdockergolang
    Auf GitHub ansehen↗34,091
  • facebook/rocksdbAvatar von facebook

    facebook/rocksdb

    31,767Auf GitHub ansehen↗

    RocksDB is a high-performance, embeddable persistent key-value library and storage engine based on Log-Structured Merge-trees. It is designed to provide durable storage for large-scale datasets, integrating directly into applications to manage data on flash and RAM-based hardware. The engine is distinguished by its focus on minimizing read and write amplification through multi-threaded compaction and custom memory allocators. It features specialized optimizations for flash storage, including support for zoned block devices, and provides the ability to extend store behavior via external plugin

    Persists data across network clusters by integrating with remote storage systems such as HDFS or RADOS.

    C++databasestorage-engine
    Auf GitHub ansehen↗31,767
  • stas00/ml-engineeringAvatar von stas00

    stas00/ml-engineering

    18,124Auf GitHub ansehen↗

    This project is a comprehensive engineering framework and technical reference for managing, scaling, and optimizing distributed machine learning infrastructure. It provides a suite of methodologies and diagnostic tools designed to support large-scale model training and inference on high-performance computing clusters. The project distinguishes itself through a specialized diagnostic toolkit and infrastructure optimization suite that addresses the complexities of multi-node environments. It enables precise control over cluster resources, including hardware maintenance, network topology configu

    Implements parallel distributed file systems to handle high-throughput data loading, burst checkpoint writing, and shared codebase access.

    Pythonaidebugginggpus
    Auf GitHub ansehen↗18,124
  • ceph/cephAvatar von ceph

    ceph/ceph

    16,247Auf GitHub ansehen↗

    Ceph is a unified, software-defined storage platform designed to provide object, block, and file storage services from a single distributed cluster. By decoupling data management from physical hardware, it enables elastic scaling across commodity hardware, allowing organizations to build large-scale storage infrastructure without reliance on proprietary vendor equipment. The system distinguishes itself through a shared-nothing, distributed architecture that utilizes deterministic hashing for data placement. This approach eliminates centralized metadata bottlenecks, allowing the cluster to sca

    Provides a standard file system interface supporting native mounting, snapshots, and quotas across distributed infrastructure.

    C++block-storagecloud-storagedistributed-file-system
    Auf GitHub ansehen↗16,247
  • apache/hadoopAvatar von apache

    apache/hadoop

    15,567Auf GitHub ansehen↗

    Hadoop is a big data infrastructure suite and distributed data processing framework designed to store and process massive datasets across clusters of computers. It consists of a distributed storage system for managing large files across multiple nodes and a parallel computing engine for processing data across a distributed cluster. The framework implements a distributed file system to ensure fault tolerance and high throughput, paired with a programming model that processes large datasets in parallel. It manages the underlying hardware and software environment required for distributed big dat

    Implements a scalable distributed file system that splits files into blocks across commodity hardware nodes.

    Java
    Auf GitHub ansehen↗15,567
  1. Home
  2. Data & Databases
  3. Distributed File Systems

Unter-Tags erkunden

  • ParallelImplementations of high-throughput distributed storage for large-scale training and checkpointing. **Distinct from Distributed File Systems:** Distinct from decentralized file systems: focuses on high-performance parallel storage for HPC environments.