Viewing profile — graceofs
graceofs
HN member- Joined
- Wed, Jan 22, 2014, 8:32 AM UTC
- HN karma
- 58
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About graceofs
Recent public activity
- story
- story
- story
-
comment
Comment #10119951
Thanks! We plan to publish a feature comparison table soon. A couple more differences: 1. We have strong end-to-end integrity checks and encryption on by default. 2. Amazon EFS's p…
-
comment
Comment #10119712
s3fs-fuse is a one-to-one mapping and doesn't do things like atomic rename of directories, mutual exclusion of open exclusive, append to file requires rewriting the whole file and …
-
comment
Comment #10119667
Hi Ben, thanks for your feedback. We will add more technical details and clarify the differences between objectivefs and s3fs-fuse. ObjectiveFS is a log structured filesystem that …
-
comment
Comment #10119649
It's a complete POSIX filesystem, and we implement a log-structured filesystem on top of S3. So, you can use it with your regular programs expecting POSIX semantics. Mounting S3 le…
-
comment
Comment #10119631
Thanks for letting me know. We are getting a lot of traffic, and working on fixing it. UPDATE: the website should be faster now.
-
comment
Comment #9888828
Congrats, Yuri!
- story
- story
- story
- story
- story
-
comment
Comment #9791584
Thanks for your insightful comment. We are currently competing with NFS, GlusterFS & other distributed file systems. Our software is much easier to use, requires no storage cluster…
- story
- story
-
comment
Comment #9785844
Hi Sam and Kevin, We built ObjectiveFS, it's like Dropbox, but for servers. We have users running our shared file system in production, and are getting great feedback. Our current …
- story
- story
-
comment
Comment #9350475
We couldn't find a solution either, so we built a posix filesystem with S3 backend backend that is easy to run and scale. If you want to give ObjectiveFS ( https://objectivefs.com …
-
comment
Comment #9350363
If you need something like EFS today, there is ObjectiveFS ( https://ObjectiveFS.com ), a posix cloud file system with S3 backend. Disclaimer: I am a co-founder :-)