Re: Jena on Cassandra

2017-01-07 Thread Claude Warren
I did this because we needed a Jena on Cassandra at work and I got permission to open source the code. As far as benchmark, no benchmarking was done. SDB is only in maintenance. Moving to a column store is a rather different beast than relational model so I would expect that native column store

Re: Jena on Cassandra

2017-01-07 Thread Nicolas Paris
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.

Jena on Cassandra

2017-01-05 Thread Claude Warren
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