postgresqlfs VS pgfs

Compare postgresqlfs vs pgfs and see what are their differences.

postgresqlfs

FUSE driver to access PostgreSQL databases as a file system (by petere)

pgfs

Go library that implements fs.FS for Postgres using Large Objects. (by mohamedattahri)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
postgresqlfs pgfs
1 2
86 59
- -
10.0 6.3
over 6 years ago 4 months ago
C Go
MIT License MIT License
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.

postgresqlfs

Posts with mentions or reviews of postgresqlfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-30.
  • File Attachments: Databases can now store files and images
    2 projects | news.ycombinator.com | 30 Aug 2023
    The issue I've run into re: storing files as BLOBs in a database has been the "impedance mismatch" coming from others wanting to use tools that act on filesystem objects against the files stored in the database.

    That aside I've had good experiences for some applications. It's certainly a lot easier than keeping a filesystem hierarchy in sync w/ the database, particularly if you're trying to replicate the database's native access control semantics to the filesystem. (So many applications get this wrong and leave their entire BLOB store, sitting out on a filesystem, completely exposed to filesystem-level actors with excessive permission.)

    Microsoft has an interesting feature in SQL Server to expose BLOBs in a FUSE-like manner: https://learn.microsoft.com/en-us/sql/relational-databases/b...

    I see postgresqlfs[0] on Github, but it's unclear exactly what it does and it looks like it has been idle for at least 6 years.

    [0] https://github.com/petere/postgresqlfs

pgfs

Posts with mentions or reviews of pgfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-30.

What are some alternatives?

When comparing postgresqlfs and pgfs you can also consider the following projects:

fscrypt - Go tool for managing Linux filesystem encryption

goofys - a high-performance, POSIX-ish Amazon S3 file system written in Go