Looking briefly at the cumulus documentation, I am doing something similar. I think they will handle range scanning better than this will with the current implementation, but I am fairly certain that can be fixed in the future.
My plans are: 1. Get the unit tests done 2. Get the assembler code working 3. Expand on the execution strategy. For example, I think that a custom StageGenerator would probably help a lot. Perhaps some join optimization as well. Claude On Tue, Dec 6, 2016 at 2:50 PM, A. Soroka <[email protected]> wrote: > This is really neat to see, Claude! There is also: > > https://github.com/cumulusrdf/cumulusrdf > > which uses Cassandra to support the Sesame API. Are you using a similar > arrangement inside Cassandra? > > --- > A. Soroka > The University of Virginia Library > > > On Dec 5, 2016, at 5:42 PM, Claude Warren <[email protected]> wrote: > > > > I have setup a quick github with the Cassandra code (such as it is). > > https://github.com/Claudenw/jena-on-cassandra > > > > I was going to work on the assembler, but I am backing off that to get > the > > unit test in place first. > > > > > > > > On Mon, Dec 5, 2016 at 9:36 AM, Claude Warren <[email protected]> wrote: > > > >> Howdy, > >> > >> For those who are wondering. > >> > >> I did get permission to implement and contribute the Jena on Cassandra > >> code. > >> > >> We have a graph implementation and a DataSetGraph. I still need to > >> implement the contract tests but I think the code works. > >> > >> Plan is to implement an assembler and begin to look at StageGenerator > and > >> other classes to take advantage of the capabilities of the Cassandra > data > >> store. > >> > >> I need to find a place to put the code (git repository). > >> > >> Claude > >> > >> -- > >> I like: Like Like - The likeliest place on the web > >> <http://like-like.xenei.com> > >> LinkedIn: http://www.linkedin.com/in/claudewarren > >> > > > > > > > > -- > > I like: Like Like - The likeliest place on the web > > <http://like-like.xenei.com> > > LinkedIn: http://www.linkedin.com/in/claudewarren > > -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
