Web File System

A

anthony.cutrone

Hi group,

I have a development with a file system in Python, accessible from a
graphic web application.

I mustn't use an NTFS or EXT3 system, because those are not adapted
for my use. Indeed, I would like my system to be able to recover
files, and get precedent versions. I also want it to index words
contained in files, to search with these.

Files and folders have to be in an SQL database, mounted in ext3-like
system. File would be identified by a single ID, and links with names
should be connected on these IDs.

Somebody have already worked (in Python) about this kind of things ?
is there a publicly available framework or toolkit ?

thanks
 
M

Michele Simionato

Hi group,

I have a development with a file system in Python, accessible from a
graphic web application.

I mustn't use an NTFS or EXT3 system, because those are not adapted
for my use. Indeed, I would like my system to be able to recover
files, and get precedent versions. I also want it to index words
contained in files, to search with these.

Files and folders have to be in an SQL database, mounted in ext3-like
system. File would be identified by a single ID, and links with names
should be connected on these IDs.

Somebody have already worked (in Python) about this kind of things ?
is there a publicly available framework or toolkit ?

thanks

I do not understand extractly what you are asking, but do you know
about WebDAV?
I would give a look to Content Management Systems such as Zope for
this kind of things.

Michele Simionato
 
T

Toby A Inkster

anthony.cutrone said:
Files and folders have to be in an SQL database, mounted in ext3-like
system. File would be identified by a single ID, and links with names
should be connected on these IDs.

Take a look at FUSE.

Also, have you considered subversion?

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/CSS/Javascript/SQL/Perl/PHP/Python*/Apache/Linux

* = I'm getting there!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,118
Latest member
LatishaWhy
Top