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
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.
The text was updated successfully, but these errors were encountered:
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 rethinkdbdash
toStream({writable: true})
, perhapsgetWritable()
?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.
The text was updated successfully, but these errors were encountered: