Re: Virtual filesystem in python ( Fuse or WebDav ? )

2007-10-09 Thread Grant Edwards
On 2007-10-09, Thomas W <[EMAIL PROTECTED]> wrote: > I want to create a virtual filesystem based on a relational > database. [...] http://en.wikipedia.org/wiki/Filesystem_in_Userspace http://fuse.sourceforge.net/ -- Grant Edwards grante Yow! I'm a nuclear

Virtual filesystem in python ( Fuse or WebDav ? )

2007-10-09 Thread Thomas W
I want to create a virtual filesystem based on a relational database. It might run as a server on a different machine, but it has to be available like a normal filesystem, either shared using SAMBA or windows filesharing or thru something else like WebDav. The idea is that I scan a local filesyst