Based on a single talk at ApacheConNA by Adina Crainiceanu there is not much difference in functionality, though Rya does not fully implement SPARQL 1.1, it probably does enough to work for most projects. Rya does do some interesting things with data sketches ( http://incubator.apache.org/projects/datasketches.html) like methods to speed up processing. It is implemented on Accumulo and MongoDB.
Jena on the other hand is a more mature project and has years of testing and bug fixing behind it. It is implemented on several storage layers (native, SQL, Cassandra) and provides easy extension points to implement other storage strategies and integrate them into the query engine. I suspect they both have their place and that it is a matter of what is most important to your project. Only you can determine which trade-offs are important to your project. Claude On Wed, Sep 25, 2019 at 5:25 AM Laura Morales <[email protected]> wrote: > Now that Rya has been promoted to top-level project, I'd like to hear your > comments about Fuseki vs Rya. Pros&Cons of both, when and why I should use > one or the other. Thanks! > -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
