Skip to content

Allow some methods to send back response data immediately #156

@jmrog

Description

@jmrog

Example (and currently the only use case): When you execute a query in the latest version of Stardog, you immediately receive back some relevant information, such as server-side query ID. Currently, stardog.js does not allow the end user to consume this information at that time, because query.execute always waits until the entire streaming of data completes. It would be helpful (especially in Stardog Studio) if there were a way to get some response data immediately (of course, stardog.js should also continue to work as expected when the entire streaming of data completes).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions