Skip to content

Support JSONL and incremental importing #35

@PeterJCLaw

Description

@PeterJCLaw

Currently the memory usage of devdata during an import can be fairly large -- it scales with the size of the export being imported. This can result in an import failing part way through due to the process being OOMKilled. While ideally devdata would only have smallish data to work with, that isn't always practical.

It would be great if devdata supported exporting to JSONL (i.e: newline separated JSON) as this can be parsed incrementally and could thus should be able to imported incrementally too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions