Live data from Hacker News

A distributed Posix file system built on top of Redis and S3

github.com

1–10 of 120 posts

Re: A distributed Posix file system built on top of Redis and S3

#5
This is neat! I am quite a fan of all the go based file systems that are springing up. Question: what are the main compare and contrast points between juice and seaweed fs?

Here is a compendium for those interested:

https://github.com/gostor/awesome-go-storage

Re: A distributed Posix file system built on top of Redis and S3

#8
post #4

What are the costs / tradeoffs of this (vs the normal application-layer object storage paradigm)?

Presumably this would be useful if you have apps that currently expect a posix fs since not all (maybe a majority even) of apps don’t run on the cloud. I imagine it’s a drop in replacement for NFS.

Cloud storage access control and data lifecycle control is much more advanced which is something you would probably have to give up with this. Eg IAM restrictions per bucket/object, lifecycle policies etc.

If you’re writing new apps, I don’t see why you would want to add another abstraction layer rather than access cloud storage directly except for very specific use cases.

Re: A distributed Posix file system built on top of Redis and S3

#10
Would not an NFS solution have this kind of caching and durability built-in? Without doing actual “Jepsen tests” (they are almost a generic term at this point due to their name) how would this improve my life versus buying an NFS vendor solution, or rolling my own?
Post reply on HN