6 ms·
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.
by jonawesomegreen 6y 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?
- ddorian43 6y agoThere is also aistore which you can use as a distributed cache in front of different systems (s3, https, seaweedfs).
- threeseed 6y agoAlluxio (https://github.com/Alluxio/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.