uzh / triplerush

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

Support Inputstream load. #31

Closed jahangirmohammed closed 9 years ago

jahangirmohammed commented 9 years ago

Support loading InputStream in TripleRush.

pstutz commented 9 years ago

Given that we cannot serialize the InputStream, figuring out a good placement hint is trickier (need to stay on a worker placed on node 0). Or maybe we should just block while loading from an InputStream.