On Tue, Apr 6, 2010 at 4:10 PM, Niclas Hedhman <[email protected]> wrote: > On Tue, Apr 6, 2010 at 7:37 PM, Philippe Van Dyck <[email protected]> wrote: > >> I don't know any NOSQL alternative offering a permanent transacted >> monitored compressed Finder-mounted clustered load-balanced store ;-) > > A mouthful!! > Really Finder-mounted??
Yep, but more efficient than http://community.jboss.org/wiki/GridFileSystem (I only use one cache) Actually, Bella designed this GridFileSystem for jgroups with a 'data' cache and another 'metadata' cache for file size/timestamps etc etc Since use a "Entity/Key" (with a real '/' in the identity of my entities) you can easily imagine what the directory structure is in Finder... (and I don't need a second cache for the cache-entry->path translation) > > So you just need some Entity viewer that understands the serialized format... Not really, I mean I can edit the JSON serialized entities directly (the Finder webdav view is backed by a live clustered infinispan instance). The content exposed through webdav is already un-gzipped and infinispan-unmarshalled so it is pure JSON, easy to edit. This may look like a gadget but one usual problem with all the NOSQL solutions is the lack of tools, and a webdav view of your store is obviously a useful one ;-) > > > Cheers > -- > Niclas Hedhman, Software Developer > http://www.qi4j.org - New Energy for Java > > I live here; http://tinyurl.com/2qq9er > I work here; http://tinyurl.com/2ymelc > I relax here; http://tinyurl.com/2cgsug > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

