{"id":15629813,"url":"https://github.com/lmammino/streams-workshop","last_synced_at":"2025-08-10T16:06:55.979Z","repository":{"id":40267004,"uuid":"189098079","full_name":"lmammino/streams-workshop","owner":"lmammino","description":"A FREE and open-source workshop about Node.js Streams","archived":false,"fork":false,"pushed_at":"2024-05-04T20:01:43.000Z","size":8076,"stargazers_count":272,"open_issues_count":2,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-26T05:12:19.591Z","etag":null,"topics":["exercises","learning","node","nodejs","streams","tutorial","workshop"],"latest_commit_sha":null,"homepage":"https://nodejsdesignpatterns.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmammino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-28T20:25:11.000Z","updated_at":"2025-05-22T03:47:52.000Z","dependencies_parsed_at":"2024-10-23T01:04:13.616Z","dependency_job_id":null,"html_url":"https://github.com/lmammino/streams-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lmammino/streams-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fstreams-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fstreams-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fstreams-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fstreams-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmammino","download_url":"https://codeload.github.com/lmammino/streams-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fstreams-workshop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269747896,"owners_count":24469102,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["exercises","learning","node","nodejs","streams","tutorial","workshop"],"created_at":"2024-10-03T10:28:56.891Z","updated_at":"2025-08-10T16:06:55.911Z","avatar_url":"https://github.com/lmammino.png","language":"JavaScript","readme":"# streams-workshop\n\n[![Node.js CI](https://github.com/lmammino/streams-workshop/actions/workflows/node.js.yml/badge.svg)](https://github.com/lmammino/streams-workshop/actions/workflows/node.js.yml)\n\nA workshop on Node.js Streams by Luciano Mammino ([@loige](https://twitter.com/loige)). 🤓\n\n\u003e I also have a workshop about [JavaScript Iteration Protocols](https://github.com/lmammino/iteration-protocols-workshop).\n\n## Prerequisites\n\nBefore getting started, make sure you have the following prerequisites in your system:\n\n- Node.js 16.14+\n- NPM 8.3+\n- a text editor of your choice\n- a bash-compatible shell (if you use Windows you can [install bash](https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10) or use Docker, as [described below](#using-docker))\n\n\n## Getting started\n\nClone the repository and run `npm install` to get all the necessary dependencies.\n\nThe workshop is divided in chapters and the first chapter starts at [`01-buffer-vs-stream`](01-buffer-vs-stream/README.md).\n\nEvery chapter will teach you a specific stream concept and offer you some examples and exercises to familiarize with that concept.\n\nYou will often find 2 different types of interactive actions:\n\n- **🎭 PLAY** : commands or instructions you should spend some time with to get familiar with some concepts or APIs\n\n- **🏹 Exercise**: when you have to use some of the concepts you just learned to solve a programming problem. Generally every exercise will have a test that you can run to validate your solution.\n\n\nEnjoy! 🙃\n\n\n[➡️ GET STARTED](01-buffer-vs-stream/README.md).\n\n\n## Using Docker\n\nIf you prefer to keep your environment clean and use Docker, you should be able to spin un a workable environment with Docker Compose by running:\n\n```bash\ndocker-compose run workspace\n```\n\nIf you use Docker, `npm install` is automatically run for you every time you launch the container.\n\n\n## Shameless plug 😇\n\n\u003ca href=\"https://www.nodejsdesignpatterns.com\"\u003e\u003cimg width=\"240\" align=\"right\" src=\"https://github.com/lmammino/lmammino/blob/master/nodejsdp.jpg?raw=true\"\u003e\u003c/a\u003e\n\nIf you like this piece of work, consider supporting me by getting a copy of [Node.js Design Patterns, Third Edition](https://www.nodejsdesignpatterns.com/), which also goes into great depth about Streams and related design patterns.\n\nIf you already have this book, **please consider writing a review** on Amazon, Packt, GoodReads or in any other review channel that you generally use. That would support us greatly 🙏.\n\n\n## Contributing\n\nIn the spirit of Open Source, everyone is very welcome to contribute to this project.\nYou can contribute just by submitting bugs or suggesting improvements by\n[opening an issue on GitHub](https://github.com/lmammino/streams-workshop/issues) or by [submitting a PR](https://github.com/lmammino/streams-workshop/pulls).\n\n\n## License\n\nLicensed under [MIT License](LICENSE). © Luciano Mammino.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmammino%2Fstreams-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmammino%2Fstreams-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmammino%2Fstreams-workshop/lists"}