rdf-ext-archive / discussions

This repo is for discussions all over the rdf-ext project
3 stars 2 forks source link

Triple Stream API #12

Closed bergos closed 8 years ago

bergos commented 8 years ago

From @bergos on August 21, 2015 23:31

We should define an parser/serializer API to stream Triples. The N3.js library would support that feature already.

Copied from original issue: rdf-ext/rdf-ext#43

bergos commented 8 years ago

From @nicola on August 21, 2015 23:54

[suggestion] I think every single function that the store and the graph offers should have a Stream suffix, eg. store.match, should also have store.matchStream

bergos commented 8 years ago

The abstract store can be used as base class to provide default methods for stores that don't support streaming internal.

bergos commented 8 years ago

Must be defined in the RDFJS Representation Task Force spec.