Le 05/58/2017 à 21:58, Claude Warren écrivait : > I posted this on the Dev list but ment to post it here. Sorry for the > x-post. > > Jena on Cassandra (https://github.com/Claudenw/jena-on-cassandra) now has a > complete Graph implementation and passes all the contract tests. > > It is now possible to use a Cassandra cluster as the storage layer for > Jena.
Hello Claude, This is a very interesting project. Why did you choose cassandra ? Have you made some benchmarking before going with this distributed database ? I have been say Aple uses 100k cassandra server cluster. FYI postgresql do have a FDW (a way to CRUD over Cassandra cluster). I wonder if the old SDB -> postgresql -> cassandra would work too > > HOWEVER -- > > > 1. This is very early code on not ready for prime time. > 2. There is no assembler so it will not be possible to use with Fuseki > yet. > 3. There are no SPARQL custom execution strategies for performance. > > Please feel free to try the code and let me know what you think. > > Claude > > -- > I like: Like Like - The likeliest place on the web > <http://like-like.xenei.com> > LinkedIn: http://www.linkedin.com/in/claudewarren
