Skip to content

Datasets should be streamable #32

@OliverDudgeon

Description

@OliverDudgeon

Currently the whole dataset is loaded and then filtered/reduced. Instead the json should be streamed so that very large datasets can be handeled better. Whilst the data is being streamed progress should be shown to the user.

The current requests lib being used (Axios) doesn't support this therefore we will have to adopt the Fetch API. This may come at the cost of browser back-compatability.

Metadata

Metadata

Assignees

Labels

data-tier-clientRelating to the services packageenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions