Skip to content

Determine memory requirements for download #1

@johnbradley

Description

@johnbradley

The current download logic may be importing the entire file into memory here:

dataverse-access/dv.py

Lines 73 to 74 in 7a67502

response = data_api.get_datafile(file_id)
f.write(response.content)

Determine if there is a streaming approach to reduce requirements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions