Does localfs work with virtual file systems? Is there a zope mapping product that maps zope to a distributed file system? What is the best way to run map/reduce on xml files that are stored in the zodb? Thanks, Tim
On 3/26/08, Andrew Milton <[EMAIL PROTECTED]> wrote: > +-------[ Tim Nash ]---------------------- > | On Wed, Mar 26, 2008 at 11:08 AM, Chris Withers <[EMAIL PROTECTED]> wrote: > | > Tim Nash wrote: > | > > I don't have the skills but I think it would be cool if some > | > > student ported Zope to utilize features of the google file system or > | > > libferris. Libferris is a virtual file system that mounts just about > | > > everything including postgres, xml and OpenOffice docs. > | > > | > Where are you thinking of plugging Zope into this storage layer? > | > > | Something like this: > | Apache -> zope (business logic, security) -> libferris along with ZODB > | > | Perhaps making all libferris resources url addressable within zope. > | However Postgres and other databases would be better off getting > | accessed through zsql. > | > | Perhaps also make all ZODB objects published as libferris resources. > > Perhaps I can point you here; > http://sourceforge.net/projects/localfs/ > > or one of a dozen other FS<->Zope mapping products... > or ORM products > or ... > > There's even code out there that maps .zip files as folders... > > -- > Andrew Milton > [EMAIL PROTECTED] > _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
