GlusterFS VS Go IPFS

Compare GlusterFS vs Go IPFS and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
GlusterFS Go IPFS
19 63
4,478 13,905
1.6% -
6.4 9.6
5 days ago almost 2 years ago
C Go
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

GlusterFS

Posts with mentions or reviews of GlusterFS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Tell HN: ZFS silent data corruption bugfix – my research results
    2 projects | news.ycombinator.com | 6 Dec 2023
    https://github.com/gluster/glusterfs/issues/894

    And apparently apart from modern coreutils using that, it is mostly gentoo users hitting the bugs in lseek.

  • Linux deserves a better class of friends
    1 project | /r/linux | 1 Jul 2023
    This Product Appendix does not apply to online service offerings managed by Red Hat or generally available open source projects such as www.wildfly.org, www.fedoraproject.org, www.openstack.redhat.com, www.gluster.org, www.centos.org, okd.io, Ansible Project Software or other community projects.
  • Which distributed filesystem to use on a 4 node cluster?
    1 project | /r/homelab | 5 May 2023
    Just because Red Hat will stop selling commercial support for their product, does not mean GlusterFS itself is dying. It's an open source project like any other - https://github.com/gluster/glusterfs
  • Setting up a 2 node distributed network share
    1 project | /r/homelab | 22 Sep 2022
    https://www.gluster.org/ Is the way to do this across nodes
  • System Design: Netflix
    5 projects | dev.to | 21 Sep 2022
    This allows us to fetch the desired quality of the video as per the user's request, and once the media file finishes processing, it will be uploaded to a distributed file storage such as HDFS, GlusterFS, or an object storage such as Amazon S3 for later retrieval during streaming.
  • What's the best way to periodically sync two remote servers?
    2 projects | /r/selfhosted | 8 Sep 2022
    GlusterFS
  • System Design: The complete course
    31 projects | dev.to | 16 Aug 2022
    But where can we store files at scale? Well, object storage is what we're looking for. Object stores break data files up into pieces called objects. It then stores those objects in a single repository, which can be spread out across multiple networked systems. We can also use distributed file storage such as HDFS or GlusterFS.
  • First Apartment and First Homelab
    2 projects | /r/homelab | 4 Jul 2022
    GlusterFS - same as above (https://www.gluster.org/)
  • Multiple DS units acting as one?
    1 project | /r/synology | 23 Mar 2022
    What you look for is a clustered file system. Like https://www.gluster.org/. As long as all units are closeby with low latency there are a couple solutions that allow you to create distributed storage solutions of various kinds. Key value stores applenty, clustered file systems that pretent to be one file system etc. If you have geographically distributed solutions with high latencies it becomes harder. Most open source systems don't work really well in this scenario. There were a couple attempts like Hydrabase but they didn't go so far. It normally is solved by doing two clusters and then replicate between them.
  • Upload pdf file to mongodb atlas
    1 project | /r/mongodb | 21 Mar 2022
    I'd imagine most managed service providers are going to require a credit card, though most of them have a free tier. If you want to take an unmanaged approach, maybe look into Gluster. I've used it before and never had issue with it, but I also had an infrastructure team that set it up, so I'm not familiar with the challenges that way: https://www.gluster.org/

Go IPFS

Posts with mentions or reviews of Go IPFS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-16.
  • Help seed Z-Library on IPFS
    1 project | news.ycombinator.com | 24 Nov 2022
    nice/renice isn’t what it used to be[0].

    Bandwidth limiting is not built in[1].

    [0] - https://stackoverflow.com/questions/10342470/process-nicenes...

    [1] - https://github.com/ipfs/go-ipfs/issues/3065

  • improving download infra
    3 projects | /r/openSUSE | 16 Sep 2022
    For me, https://github.com/ipfs/go-ipfs/issues/9044 is the main blocker atm and https://github.com/ipfs/go-ipfs/issues/2167 is still around and annoying.
  • is there a way to sync Ipfs with Dropbox?
    1 project | /r/ipfs | 26 Jun 2022
    It makes me wonder if you use the IPFS FUSE mount and symlink an IPNS address of files that you want to sync if it would be read by Dropbox.
  • Cheap, reliable way to host free archive of films of solidarity and struggle
    3 projects | /r/DataHoarder | 22 Jun 2022
    I'm using the IPFS fuse mount to load mine into Plex/Jellyfin. It's nice that I can load a movie into a virtual directory on IPFS and my home and remote servers get updated automatically. (when I update my IPNS) So you could run an official solidaritycinema IPNS address that people load into their Plex as a library.
  • Remote Plex server and local Plex Server Sync
    3 projects | /r/PleX | 15 Jun 2022
    Maybe tangentially related, I've been interested in IPFS as a network medium. ( Using the IPFS fuse mount ) Rather than syncing the entire file it syncs the Library list. When the Plex server makes the request for the file, IPFS negotiates the download. It makes it more like Netflix.
  • Go-IPFS v0.13.0 has been released
    1 project | news.ycombinator.com | 9 Jun 2022
  • go-ipfs 0.13.0 released
    1 project | /r/ipfs | 9 Jun 2022
  • Best way to share library with family/friends?
    1 project | /r/PleX | 6 Jun 2022
    I've been messing with Plex + IPFS and I think it's pretty cool. The IPFS FUSE Mount gives IPFS network access to Plex as just a regular filesystem. To keep it private within my family I'm using a Private Swarm.
  • We Put IPFS in Brave
    4 projects | news.ycombinator.com | 24 May 2022
    "Implement bandwidth limiting" https://github.com/ipfs/go-ipfs/issues/3065

    Going on six years now. You can use external tools (like "trickle") or your OS knobs.

  • Multiple plex servers same content
    1 project | /r/PleX | 18 May 2022
    So my plan is to setup plex on a relative's Raspberry Pi so that it works off the IPFS mounted network directories in the same way. They'll have a virtual library that takes basically no memory on their Pi unless they request a video, then it'll start caching to their machine.

What are some alternatives?

When comparing GlusterFS and Go IPFS you can also consider the following projects:

minio - The Object Store for AI Data Infrastructure

Ceph - Ceph is a distributed object, block, and file storage platform

lizardfs - LizardFS is an Open Source Distributed File System licensed under GPLv3.

Tahoe-LAFS - The Tahoe-LAFS decentralized secure filesystem.

btrfs - Haskell bindings to the btrfs API

Apache Hadoop - Apache Hadoop

MooseFS - MooseFS – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System (Software-Defined Storage)

syncthing - Open Source Continuous File Synchronization

OpenAFS - Fork of OpenAFS from git.openafs.org for visualization

GlusterFS - Web Content for gluster.org -- Deprecated as of September 2017