You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: