{"id":37110811,"url":"https://github.com/findcoo/stream","last_synced_at":"2026-01-14T13:09:40.584Z","repository":{"id":57527256,"uuid":"98896096","full_name":"findcoo/stream","owner":"findcoo","description":"make simple ReactiveX pattern for golang","archived":false,"fork":false,"pushed_at":"2017-10-31T01:24:45.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T09:31:48.401Z","etag":null,"topics":["golang","rx","stream-processing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/findcoo.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}},"created_at":"2017-07-31T14:10:11.000Z","updated_at":"2018-01-24T14:58:16.000Z","dependencies_parsed_at":"2022-09-18T03:41:29.763Z","dependency_job_id":null,"html_url":"https://github.com/findcoo/stream","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/findcoo/stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/findcoo%2Fstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/findcoo%2Fstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/findcoo%2Fstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/findcoo%2Fstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/findcoo","download_url":"https://codeload.github.com/findcoo/stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/findcoo%2Fstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["golang","rx","stream-processing"],"created_at":"2026-01-14T13:09:39.940Z","updated_at":"2026-01-14T13:09:40.559Z","avatar_url":"https://github.com/findcoo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stream\n[![Go Travis Ci](https://travis-ci.org/findcoo/stream.svg?branch=master)](https://travis-ci.org/findcoo/stream)\n[![Go Report Card](https://goreportcard.com/badge/github.com/findcoo/stream)](https://goreportcard.com/report/github.com/findcoo/stream)\n\nmake simple ReactiveX pattern for golang\n\n# Subsets\n* [Kafka](https://github.com/findcoo/stream/tree/master/kafka#kafka)\n\n# Example\n* bytes stream\n  ```go\n\tobv := NewObserver(nil)\n\tstream := NewBytesStream(obv)\n\tstream.Target = func() {\n\t\tfor i := 0; i \u003c= 10; i++ {\n\t\t\tstream.Send([]byte{byte(i)})\n\t\t}\n\t\tstream.OnComplete()\n\t}\n\n\tstream.Publish(nil).Subscribe(func(data []byte) {\n\t\tlog.Print(data)\n\t})\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffindcoo%2Fstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffindcoo%2Fstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffindcoo%2Fstream/lists"}