1.0.0 • Published 5 years ago

@opennetwork/rdf-stream v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

RDF Stream

Loose in memory implementation of https://rdf.js.org/stream-spec/

Primary differences:

  • No internal use of EventEmitter, in favour of AsyncIterable & Promise
  • Allows import of QuadLike which means we can pass direct JSON objects to it
  • Allows import of Iterable as well as AsyncIterable
  • Allows import from ReadableStream as it is an AsyncIterable