Skip to content

Support writable stream #82

@frankleng

Description

@frankleng

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions