Replies: 2 comments
-
Hey @jxsl13 , that sounds like a really interesting usage for lakeFS, but I'm not sure exactly on what you're trying to achieve. While lakeFS has some of the characteristics of a filesystem, it resembles more to an object-store. What's the use-case you're aiming for and where do you see lakeFS fits in? |
Beta Was this translation helpful? Give feedback.
-
My general idea would be along the lines of this project: https://github.com/jxsl13/backupfs (backup on write filesystem abstraction) Maybe only keep a few working revisions of the software on the target system. Basically using lakeFS as an embedded version inside of another application in order to backup overwritten software revisions in lakeFS. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm wondering whether it might be possible to abstract an on premise filesystem that supports rollback functionality with lakeFS and the interfaces provided by https://github.com/spf13/afero/blob/master/afero.go
Beta Was this translation helpful? Give feedback.
All reactions