Hacker News new | ask | show | jobs
by jonawesomegreen 2073 days ago
This is really cool. The killer feature I see is to be able to have a cloud storage tier for warm data that goes off to s3, while keeping the hot storage local. Does anyone know of another option that allows this kind of hybrid local / s3 storage that also has a filesystem interface?
2 comments

Alluxio (https://github.com/Alluxio/alluxio) does this.

But note that it doesn't work well on Kubernetes and POSIX FS interface isn't perfect but then I haven't found any that are.

There is also aistore which you can use as a distributed cache in front of different systems (s3, https, seaweedfs).