Skip to content

Determine memory requirements for download #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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