Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Implement Streaming IO #13

@nevi-me

Description

@nevi-me

In the case where one wants to just read data from a datasource, and write to another; a streaming version of readers and writers would increase performance by reducing the RAM usage.

One case is where I read data from PostgreSQL and save it to CSV or another supported data source. It would be a plus if I can also be able to throw in some transformations to the process.

I'd also want to do this lazily, with #11 as a foundation

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