Add support for WhatWG streams
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4.3k
- Forks
- 299
- Avg merge
- 16h 19m
- Merged PRs (30d)
- 1
Description
Now when we have nice standardized streams it would be nice if this library was usable with them.
API wise node-csv should probably provide a transform stream which the readable stream from a fetch call could be piped to.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the library's existing streaming API and how a fetch readable stream would connect to the proposed transform stream. Define the supported WHATWG stream behavior and verify that CSV data can be piped through it; the issue names no files or tests to begin with.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- stream-processing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100