[fcrepo-dev] HighLevelStorage / DOManager

2011-06-16 Thread Asseg, Frank
Hola Guys! We are currently trying to combine fedora with HBase/HDFS as a Data/Metadata store and after implementing a low level storage proof of concept for HDFS (https://github.com/smeg4brains/akubra-hdfs) the next step would be to have fedora write the metadata information that is

Re: [fcrepo-dev] HighLevelStorage / DOManager

2011-06-16 Thread Chris Wilper
Hi Frank! Without a fairly significant rewrite of key bits of Fedora, attempting to implement the persistence on HBase+HDFS currently would be pretty difficult. Supporting that kind of big change is what the High Level Storage effort is all about. So far, in our development discussions, we have

Re: [fcrepo-dev] HighLevelStorage / DOManager

2011-06-16 Thread Aaron Birkland
Hi Frank, I have some unpublished code that served as a proof of concept while initially proposing HighLevelStorage. Let me see if I can put it up on github so you can take a look. It an experiment in using HBase, and in investigating what would be required for Fedora to be used in a

Re: [fcrepo-dev] MPTStore with Oracle Database

2011-06-16 Thread Chris Wilper
Hi Michael, Just wanted to close the loop on this old thread in case it still matters to you or anyone else out there. Victor Gimeno was also looking for an MPTStore-Oracle adapter last week and ended up writing his own and contributing it. It's now been merged into the mptstore codebase on