Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support writable stream #82

Open
frankleng opened this issue May 6, 2021 · 1 comment
Open

Support writable stream #82

frankleng opened this issue May 6, 2021 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@frankleng
Copy link

Is your feature request related to a problem? Please describe.
Saw that support for writable streams was dropped, but open to requests.
Our ETL stack depends on writable streams, especially transform streams before writing to rethinkdb.

Describe the solution you'd like
A method similar to rethinkdbdashtoStream({writable: true}), perhaps getWritable()?

Describe alternatives you've considered
Instantiate a writable stream to capture data, then call r.table.insert
It is workable, but thought having driver support for writable stream will make this a lot cleaner.

Appreciate the hard work! This driver has allowed us to revamp and save a lot of code as we move to TS.

@frankleng frankleng added enhancement New feature or request question Further information is requested labels May 6, 2021
@atassis
Copy link
Collaborator

atassis commented May 27, 2021

I'll think about it, but want to clean and stabilize the code we already have to make it more solid. btw, you can check next version of a package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants