awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to moosefs/moosefs

Projects sharing features with Moosefs

30 open-source projects similar to moosefs/moosefs, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • ceph/cephceph avatar

    ceph/ceph

    16,247View on GitHub↗

    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

    C++block-storagecloud-storagedistributed-file-system
    View on GitHub↗16,247
  • appneta/tcpreplayappneta avatar

    appneta/tcpreplay

    1,327View on GitHub↗

    Pcap editing and replay tools for *NIX and Windows - Users please download source from

    C
    View on GitHub↗1,327
  • asciimoo/wuzzasciimoo avatar

    asciimoo/wuzz

    10,711View on GitHub↗

    Wuzz is an interactive command line HTTP client and request inspector designed for capturing, reviewing, and analyzing outgoing network calls and their payloads. It functions as a terminal-based tool for debugging API issues and testing web endpoints. The tool provides specialized filtering for response bodies, using regular expressions and format-specific query syntaxes tailored for JSON and HTML data. It allows for the persistence of captured requests and responses to disk to facilitate the reproduction of network issues and offline analysis. User settings and default request behaviors are

    Goclicurlgo
    View on GitHub↗10,711
  • baidu/bfsbaidu avatar

    baidu/bfs

    2,847View on GitHub↗

    The Baidu File System.

    C++
    View on GitHub↗2,847

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • chrislusf/seaweedfschrislusf avatar

    chrislusf/seaweedfs

    26View on GitHub↗

    SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. Enterprise version is at seaweedfs.com.

    Go
    View on GitHub↗26
  • clearpathrobotics/wirelessclearpathrobotics avatar

    clearpathrobotics/wireless

    26View on GitHub↗

    Making info about wireless networks available to ROS.

    C++
    View on GitHub↗26
  • curl/curl-fuzzerC

    curl/curl-fuzzer

    0View on GitHub↗
    View on GitHub↗0
  • curl/dohC

    curl/doh

    0View on GitHub↗
    View on GitHub↗0
  • esnet/iperfesnet avatar

    esnet/iperf

    8,283View on GitHub↗

    iperf is IP network measurement software designed to quantify data transfer rates and network stability. It functions as a network performance benchmarking tool that tests capacity and throughput between two hosts to identify bottlenecks and performance limits. The tool specifically measures maximum bandwidth and packet loss over IP networks using TCP and UDP protocols. It also serves as a network data exporter, outputting performance results in JSON format for programmatic analysis and integration. The software covers a range of capabilities including network throughput analysis and traffic

    Ciperf3
    View on GitHub↗8,283
  • gcla/termsharkgcla avatar

    gcla/termshark

    9,908View on GitHub↗

    Termshark is a terminal-based network packet analyzer and protocol flow inspector. It serves as a keyboard-driven interface for the tshark command-line utility, providing a terminal user interface to monitor data flow and analyze network traffic. The tool functions as a terminal interface for Wireshark, utilizing its filtering and inspection logic to analyze recorded capture files or live network interfaces. It specifically enables the reassembly and inspection of TCP and UDP flows to isolate traffic patterns and analyze network conversations by protocol. The system includes capabilities for

    Gogogolanggowid
    View on GitHub↗9,908
  • geerlingguy/ansible-role-nfsgeerlingguy avatar

    geerlingguy/ansible-role-nfs

    277View on GitHub↗

    Ansible Role - NFS

    Jinja
    View on GitHub↗277
  • gluster/glusterfsgluster avatar

    gluster/glusterfs

    5,191View on GitHub↗

    GlusterFS is a software-defined distributed file system and scale-out storage cluster that aggregates disk resources from multiple servers into a single global namespace. It functions as a unified storage platform, allowing the same underlying data to be exposed through file, block, and object storage interfaces. The system distinguishes itself through a decentralized architecture that uses consistent hashing to distribute files across network nodes without a central metadata server. It ensures data integrity and availability using self-healing replication, quorum-based consistency to prevent

    C
    View on GitHub↗5,191
  • httpie/httpiehttpie avatar

    httpie/httpie

    38,212View on GitHub↗

    HTTPie is a command-line HTTP client designed for sending requests to web services and APIs. It functions as a terminal-based web client and JSON API interface, allowing users to interact with RESTful services and download remote files directly from the console. The tool simplifies the interaction with APIs through a custom syntax for argument parsing and automatic JSON payload serialization. It includes a request debugger to verify the structure of a request before transmission and uses ANSI-based formatting to display server responses with color and indentation for improved readability. Th

    Python
    View on GitHub↗38,212
  • ipfs/kuboipfs avatar

    ipfs/kubo

    17,056View on GitHub↗

    Kubo is a peer-to-peer implementation of the InterPlanetary File System (IPFS) designed for decentralized data storage and content delivery. It uses content-addressing, directed acyclic graphs, and distributed hash tables to identify, distribute, and retrieve data across a network without relying on central servers. The project differentiates itself by providing a virtual filesystem via FUSE, which maps decentralized network namespaces to local operating system directories for direct file access. It also includes integrated HTTP gateways that translate peer-to-peer content into standard web t

    Goipfs
    View on GitHub↗17,056
  • jlaffaye/ftpjlaffaye avatar

    jlaffaye/ftp

    1,394View on GitHub↗

    FTP client package for Go

    Goftpftp-clientgo
    View on GitHub↗1,394
  • juicedata/juicefsjuicedata avatar

    juicedata/juicefs

    13,233View on GitHub↗

    JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions as a cloud-native persistent storage layer that decouples file metadata from raw data, storing metadata in a transactional database while keeping data blocks in object storage. This architecture enables multiple hosts across different regions to access the same storage simultaneously while maintaining strong consistency. The system distinguishes itself by performing data processing, including compression and encryption, directly on the client side before transmission. By split

    Gobigdatacloud-nativedistributed-systems
    View on GitHub↗13,233
  • kiminewt/pysharkKimiNewt avatar

    KimiNewt/pyshark

    2,485View on GitHub↗

    Python wrapper for tshark, allowing python packet parsing using wireshark dissectors

    Python
    View on GitHub↗2,485
  • laixintao/pingtoplaixintao avatar

    laixintao/pingtop

    537View on GitHub↗

    🏓Ping multiple servers and show results in a top-like terminal UI.

    Python
    View on GitHub↗537
  • leo-project/leofsleo-project avatar

    leo-project/leofs

    1,590View on GitHub↗

    The LeoFS Storage System

    Erlang
    View on GitHub↗1,590
  • linbit/drbdLINBIT avatar

    LINBIT/drbd

    707View on GitHub↗

    LINBIT DRBD kernel module

    C
    View on GitHub↗707
  • linkedin/ambrylinkedin avatar

    linkedin/ambry

    1,785View on GitHub↗

    Distributed object store

    Java
    View on GitHub↗1,785
  • m57/piescanM

    m57/piescan

    0View on GitHub↗
    View on GitHub↗0
  • open-sdr/openwifiopen-sdr avatar

    open-sdr/openwifi

    4,669View on GitHub↗

    OpenWifi is an open-source implementation of the IEEE 802.11n wireless standard designed for programmable logic. It provides a software-defined radio platform and WiFi baseband processor that implements the physical and MAC layers on FPGA hardware, accompanied by a dedicated wireless driver and toolset for hardware control. The project is distinguished by its deep integration of signal analysis and telemetry, specifically through a framework for capturing channel state information and raw IQ samples. It enables high-precision packet timestamping and cross-layer correlation between physical la

    C
    View on GitHub↗4,669
  • openethercatsociety/soesOpenEtherCATsociety avatar

    OpenEtherCATsociety/SOES

    816View on GitHub↗

    Simple Open Source EtherCAT Slave

    C
    View on GitHub↗816
  • osxfuse/sshfsosxfuse avatar

    osxfuse/sshfs

    1,207View on GitHub↗

    File system based on the SSH File Transfer Protocol

    C
    View on GitHub↗1,207
  • perkeep/perkeepperkeep avatar

    perkeep/perkeep

    7,117View on GitHub↗

    Perkeep is a personal content storage system designed for storing, syncing, and backing up digital assets. It functions as a distributed data synchronization engine and an S3 compatible backup tool, allowing users to persist data objects to cloud services for long-term preservation. The system utilizes a key-value content indexer to track data blobs for efficient retrieval and enumeration. It supports custom data modeling to define structures and relationships between stored information, moving beyond simple file storage. The platform includes capabilities for self-hosted content storage, pr

    Go
    View on GitHub↗7,117
  • ptpd/ptpdptpd avatar

    ptpd/ptpd

    567View on GitHub↗

    PTPd official source - master branch a.k.a. trunk

    C
    View on GitHub↗567
  • raboof/nethogsraboof avatar

    raboof/nethogs

    3,643View on GitHub↗

    Linux 'net top' tool

    C++
    View on GitHub↗3,643
  • reorx/httpstatreorx avatar

    reorx/httpstat

    6,211View on GitHub↗

    httpstat is a network latency diagnostic tool and HTTP request performance analyzer. It measures and visualizes the timings of DNS lookups, TCP connections, and TLS handshakes to identify specific network bottlenecks. The project functions as a JSON HTTP metrics exporter and a service level objective validation tool. It compares captured network request timings against predefined performance thresholds to detect violations and can export structured timing and response data in JSON or JSONL formats. The tool provides capabilities for automated API diagnostics and network latency troubleshooti

    Pythonclicurlhttp
    View on GitHub↗6,211
  • rigtorp/udpreplayrigtorp avatar

    rigtorp/udpreplay

    288View on GitHub↗

    Replay UDP packets from a pcap file

    C++
    View on GitHub↗288