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

Implement Streaming IO #13

Open
nevi-me opened this issue Apr 20, 2019 · 0 comments
Open

Implement Streaming IO #13

nevi-me opened this issue Apr 20, 2019 · 0 comments

Comments

@nevi-me
Copy link
Owner

nevi-me commented Apr 20, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant