uzh / triplerush

A distributed in-memory graph store.
Apache License 2.0
31 stars 11 forks source link

Inter-process communication using Thrift #4

Open kjetilk opened 10 years ago

kjetilk commented 10 years ago

Hi!

I've been thinking about how it would be best to communicate from e.g. RDF::Query to triplerush, and then Andy Seaborne comes up with something that looks like a good solution: RDF Thrift, https://github.com/afs/rdf-thrift Once that's ready to send a triple pattern, and then a BGP and return bindings, it looks like we have something.

It is clearly not quite ready for that, but I wanted to give you a heads-up about in case you hadn't seen it.

pstutz commented 10 years ago

Hey, thanks, I hadn't seen it yet. Sounds interesting, I'll check it out.