{"id":19711179,"url":"https://github.com/mpankajarun/stream-operations-with-rxjs","last_synced_at":"2026-06-17T10:31:50.919Z","repository":{"id":220734207,"uuid":"120566664","full_name":"MPankajArun/Stream-Operations-with-RxJS","owner":"MPankajArun","description":"Fundamental functions on simple streams to practice RxJS and Stream Operations.","archived":false,"fork":false,"pushed_at":"2018-02-07T07:08:23.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T19:53:38.707Z","etag":null,"topics":["javascript","observable-streams","rxjs","stream-processing"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MPankajArun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-02-07T05:17:22.000Z","updated_at":"2018-02-07T06:44:09.000Z","dependencies_parsed_at":"2024-02-03T23:58:56.783Z","dependency_job_id":null,"html_url":"https://github.com/MPankajArun/Stream-Operations-with-RxJS","commit_stats":null,"previous_names":["mpankajarun/stream-operations-with-rxjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MPankajArun/Stream-Operations-with-RxJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPankajArun%2FStream-Operations-with-RxJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPankajArun%2FStream-Operations-with-RxJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPankajArun%2FStream-Operations-with-RxJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPankajArun%2FStream-Operations-with-RxJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MPankajArun","download_url":"https://codeload.github.com/MPankajArun/Stream-Operations-with-RxJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPankajArun%2FStream-Operations-with-RxJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34445179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["javascript","observable-streams","rxjs","stream-processing"],"created_at":"2024-11-11T22:10:02.779Z","updated_at":"2026-06-17T10:31:50.900Z","avatar_url":"https://github.com/MPankajArun.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Operations on Simple Streams\nThe fundamental functions on simple streams—those that emit simple values, like strings—include:\n\n1. map()\n2. filter()\n3. reduce()\n4. take() / takeWhile()\n5. concat() \u0026 merge()\n6. switch()\n\nWith the exception of take() and takeWhile(), these are analogous to JavaScript’s higher-order array functions.\n\nWe’ll apply each of these by solving an example problem: Finding all the users in our database who have a .com or .org website, and calculating the average length of their websites’ names.\n\nJSONPlaceholder will be our source of users. Here’s the JSON representation of the user data we’ll be working with.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpankajarun%2Fstream-operations-with-rxjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpankajarun%2Fstream-operations-with-rxjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpankajarun%2Fstream-operations-with-rxjs/lists"}