{"id":24337763,"url":"https://github.com/hyzyla/slowstream","last_synced_at":"2026-04-20T18:02:04.720Z","repository":{"id":267899959,"uuid":"745891610","full_name":"hyzyla/slowstream","owner":"hyzyla","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-20T13:15:23.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T14:44:51.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/hyzyla.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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-20T13:15:21.000Z","updated_at":"2024-03-10T22:38:13.000Z","dependencies_parsed_at":"2024-12-13T05:28:32.557Z","dependency_job_id":"31252bd2-54c3-4ede-a931-66e68b4cadac","html_url":"https://github.com/hyzyla/slowstream","commit_stats":null,"previous_names":["hyzyla/slowstream"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyzyla/slowstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyzyla%2Fslowstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyzyla%2Fslowstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyzyla%2Fslowstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyzyla%2Fslowstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyzyla","download_url":"https://codeload.github.com/hyzyla/slowstream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyzyla%2Fslowstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32059139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":[],"created_at":"2025-01-18T06:17:27.682Z","updated_at":"2026-04-20T18:02:04.679Z","avatar_url":"https://github.com/hyzyla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlowStream\n\n- [x] pydantic body\n- [x] raw body\n- [x] startup/shutdown\n```python\n@app.startup\ndef connect_db(_app: ConsumerApp) -\u003e Iterator[None]:\n    print('Connect DB...')\n    try:\n        yield\n    finally:\n        print(\"Disconnecting DB...\")\n```\n- [ ] middlewares\n- [ ] error handling\n```python\n@app.middleware\ndef error_middleware(handler, message):\n    try:\n        handler(message)\n    except BaseException:\n        print(\"Some error :plak-plak\")\n```\n- [ ] test\n- [ ] blueprint/router/sub-consumer\n- [ ] async functions\n- [ ] reliable (do not loosing messages)\n- [ ] concurrent topic execution\n- [ ] sentry integration\n- [ ] pytest integration\n- [ ] fastapi integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyzyla%2Fslowstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyzyla%2Fslowstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyzyla%2Fslowstream/lists"}