On 27/08/14 09:26, Rob Vesse wrote:
Andy
I assume the intent it to add this into Apache Jena as a new module?
It wasn't my plan because it's quite small but I'm open to suggestions.
Pros and cons?
https://github.com/afs/rdf-thrift/tree/master/src/main/java/org/apache/jena/riot/binary
5 files and thrift/ which is the Thrift-generated part.
Given the general tendency to not get the right jars in the classpath,
any sort of ServiceLoader games, or directly using reflection, don't help.
Andy
Rob
On 26/08/2014 21:20, "Andy Seaborne" <[email protected]> wrote:
I've been working on a binary format for RDF and SPARQL result sets:
http://afs.github.io/rdf-thrift/
This is now ready to go if everyone is OK with that.
I'm flagging this up for passive consensus because it adds a new
dependency (for Apache Thrift).
And of course any questions or comments.
Summary, as an RDF syntax:
+ x3 faster to parse than N-triples
+ same size as N-triples, and same compression effects with gzip (8-10
compression).
+ Not much additional work to add because Thrift does most of the work.
Andy