Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] [RFC] Cassandra based storage layer for JGit

On Fri, Oct 22, 2010 at 4:30 PM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
> Last weekend I wrote a read-only storage layer for JGit that uses
> Apache Cassandra[1] as the backend data store.  I have now posted the
> source under the EDL here:

Cool!

> The implementation sits on top of hector[2], a Java client library for
> Cassandra.  Given the huge dependency tree involved here we might not
> contribute the code to the JGit project at the Eclipse Foundation.  I
> don't have the desire to manage this giant stack of non-Eclipse
> libraries in Orbit.

Yikes, Cassandra is a bit messy in terms of its dependencies. Other
than that, things don't look too bad... many of those dependencies are
already in Orbit. I created a few CQs for some of the main
dependencies to see what the Eclipse.org IP team will say. I'll put
this in my court to track.
 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4563 (hector)
 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4564 (cassandra)
 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4565 (jug)
 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4566 (perf4j)

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top