Open yorelog opened 4 years ago
I find deprecated api of go-etcd , go-fuse/fuse/pathfs was used
Apparently the answers are "no" here. I am also interested in this project.
May I ask what you are thinking to use this project for?
I am writing a job management and messaging system using etcd3 as the back end. I am using the typical /key/path/names/like/this and it reminded me of a file system. Using etcdctl to list and view keys is painful. I am writing my own code in Go to interface with the data. But this would be an amazing convenience to browse and interact with my data in etcd. As an administrator. Editing a key in "vim" and saving it again would just be so cool!
I would actually much rather recommend using some kind of well tested distributed filesystem before using this.
On Tue, 16 Jun 2020, 18:38 Paul Caskey, notifications@github.com wrote:
I am writing a job management and messaging system using etcd3 as the back end. I am using the typical /key/path/names/like/this and it reminded me of a file system. Using etcdctl to list and view keys is painful. I am writing my own code in Go to interface with the data. But this would be an amazing convenience to browse and interact with my data in etcd. As an administrator. Editing a key in "vim" and saving it again would just be so cool!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xetorthio/etcd-fs/issues/18#issuecomment-644879151, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEXDQRY2EHUR4C2PYQVMB3RW6NYPANCNFSM4LZ7MOOQ .
and is it really for production ?