Streaming View Results

Does current Node.js SDK support streams? How can I stream view results?

Hey behrad,

The 2.0 NodeJS client does support streaming view results.

I haven’t tried out the 2.0 NodeJS SDK yet, though, so I’ll need to get go check how to stream the results.

Sorry to not quite give you the answer you’re looking for.

Cheers,

Matthew.

documentation for Node.js SDK is so sparse, we should dig into the code… that takes time :frowning:

To clarify: Queries will return an event emitting object that you can event on. This will event on items returned from a specific query. Reference is in the docs1 Streaming results as they become available is not part of this functionality.