etcd-fs icon indicating copy to clipboard operation
etcd-fs copied to clipboard

Is this project still maintained?

Open yorelog opened this issue 4 years ago • 5 comments

and is it really for production ?

yorelog avatar Apr 02 '20 05:04 yorelog

I find deprecated api of go-etcd , go-fuse/fuse/pathfs was used

yorelog avatar Apr 02 '20 05:04 yorelog

Apparently the answers are "no" here. I am also interested in this project.

paulcaskey avatar Apr 29 '20 18:04 paulcaskey

May I ask what you are thinking to use this project for?

xetorthio avatar May 02 '20 00:05 xetorthio

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!

paulcaskey avatar Jun 16 '20 16:06 paulcaskey

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, [email protected] 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 .

artheus avatar Jun 16 '20 16:06 artheus