{"id":21405349,"url":"https://github.com/karimsa/data-stream","last_synced_at":"2026-04-21T16:35:42.398Z","repository":{"id":35759698,"uuid":"40039113","full_name":"karimsa/data-stream","owner":"karimsa","description":"powerful data processing with node.js streams","archived":false,"fork":false,"pushed_at":"2016-06-04T01:49:38.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T04:18:52.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karimsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-01T07:28:29.000Z","updated_at":"2016-06-04T01:40:24.000Z","dependencies_parsed_at":"2022-09-05T01:10:47.471Z","dependency_job_id":null,"html_url":"https://github.com/karimsa/data-stream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karimsa/data-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fdata-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fdata-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fdata-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fdata-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karimsa","download_url":"https://codeload.github.com/karimsa/data-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karimsa%2Fdata-stream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260514936,"owners_count":23020614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T16:24:35.139Z","updated_at":"2026-04-21T16:35:37.365Z","avatar_url":"https://github.com/karimsa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data-stream [![travis-ci build status](https://magnum.travis-ci.com/karimsa/data-stream.svg?token=bynzkcTP4XciV8soPs5e)](https://travis-ci.org/karimsa/data-stream)\n\npowerful data manipulation with node.js streams.\n\n***DISCLAIMER:*** *This was a project I started a while ago but never got around to finishing but decided to upload it anyways in case anyone else is interested in it. Enjoy!*\n\n***Note:*** *Install with 'npm install data_stream because data-stream was already taken.*\n\n[![NPM](https://nodei.co/npm/data_stream.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/data_stream/)\n\n## Usage\n\nTo start using, install it into your project, create a new data-stream, apply your transforms, then treat as a regular stream:\n\n```javascript\nvar data = require('../');\nvar stream = data()\n\t.sum()\n\t.debounce(100)\n\t.forEach(console.log);\n\nsetInterval(function(){ stream.write(1) }, 1);\n```\n\n*See [examples/sum.js](examples/sum.js).*\n\n## API documentation\n\nFor the full API specification, please see [doc/index.md](doc/index.md).\n\n## License\n\nLicensed under [GPL-3.0](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Fdata-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimsa%2Fdata-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimsa%2Fdata-stream/lists"}