{"id":19074360,"url":"https://github.com/maia14/streamer","last_synced_at":"2026-04-15T07:34:51.263Z","repository":{"id":251727404,"uuid":"838253182","full_name":"MaiA14/streamer","owner":"MaiA14","description":"A Python Fast API app that integrate with a stream, manipulate the data and route the data back to the sender based on a configuration.","archived":false,"fork":false,"pushed_at":"2024-08-11T02:16:40.000Z","size":21323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T04:41:10.437Z","etag":null,"topics":["fastapi","python","stream"],"latest_commit_sha":null,"homepage":"","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/MaiA14.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-08-05T09:07:28.000Z","updated_at":"2024-08-17T15:17:39.000Z","dependencies_parsed_at":"2024-08-09T14:10:59.131Z","dependency_job_id":"0c39cd47-43e9-4482-b8ce-1706b7b53ba9","html_url":"https://github.com/MaiA14/streamer","commit_stats":null,"previous_names":["maia14/gurad-test","maia14/streamer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaiA14/streamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaiA14%2Fstreamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaiA14%2Fstreamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaiA14%2Fstreamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaiA14%2Fstreamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaiA14","download_url":"https://codeload.github.com/MaiA14/streamer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaiA14%2Fstreamer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000704,"owners_count":26082805,"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-10-08T02:00:06.501Z","response_time":56,"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":["fastapi","python","stream"],"created_at":"2024-11-09T01:50:40.386Z","updated_at":"2025-10-08T19:26:37.566Z","avatar_url":"https://github.com/MaiA14.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamer\nA Python Fast API app that integrate with a stream.\n\n## Features\n- HTTPS (Bonus)\n- Handle data according rules config\n- Support both partial \u0026 complete objects of supplied proto\n- Validate specified headers\n- Normalizing data\n- Route data to downstream services based on a configuration file.\n- Stats of stream (Bonus)\n- Get current rules\n- Update rules\n\n## Running this server \n\n```bash\nPOST https://satisfied-berty-mai2-b6a31fff.koyeb.app/stream_start\n\n```\n\u003e :memo: **Note:** No need to pass body in order to get data. The required parameters are stored in the config file.\n\u003cbr\u003e\nReasons: \n\u003cbr\u003e\n\n- Accessibility - this POST request won't work with a private email, because the hiring url supports the email you supplied. \n\n- Security - configuration files or environment variables can be protected with access controls and encryption, ensuring that only authorized processes or personnel can access the key.\n\n\n## Running this server locally\nCreate virtual env:\n```bash\npython3.8 -m venv venv\n\n```\n\nActivate virtual env:\n```bash\n. venv/bin/activate\n\n```\n\nInstall requirements:\n```bash\npip3 install -r requirements.txt\n\n```\nRun the server:\n```bash\npython3.8 -m uvicorn main:app --reload\n\n```\n\n\n## Data:\n\n- Original data from stream: \n\u003cimg src=\"https://i.ibb.co/p1PmhP8/3.png\" alt=\"image\" width=\"600\" height=\"auto\"\u003e\n\n- Normalizing data:\n\u003cimg src=\"https://i.ibb.co/sJLPmxc/Screenshot-2024-08-09-at-21-44-25.png\" alt=\"image\" width=\"600\" height=\"auto\"\u003e\n\n- Matched rules:\n\u003cimg src=\"https://i.ibb.co/xhBjjwg/Screenshot-2024-08-11-at-3-36-12.png\" alt=\"image\" width=\"600\" height=\"auto\"\u003e\n\n- Stats (Bonus) - Retrieve the current metrics\n```bash\nGET https://satisfied-berty-mai2-b6a31fff.koyeb.app/stats\n\n```\n\n\u003cimg src=\"https://i.postimg.cc/hGYwPwvW/Screenshot-2024-08-10-at-23-04-33.png\" alt=\"image\" width=\"600\" height=\"auto\"\u003e\n\n\n- Rules get - Retrieve the current rules from the configuration\n```bash\nGET https://satisfied-berty-mai2-b6a31fff.koyeb.app/get_rules\n\n```\n\n\u003cimg src=\"https://i.ibb.co/qRnXR1R/Screenshot-2024-08-11-at-3-22-29.png\" alt=\"image\" width=\"600\" height=\"auto\"\u003e\n\n\n- Update rules - Update the rules from the configuration.\n```bash\nPOST https://satisfied-berty-mai2-b6a31fff.koyeb.app/update_rules\n\n```\n\n\u003cimg src=\"https://i.ibb.co/dcCs9g2/Screenshot-2024-08-11-at-3-25-04.png\" alt=\"image\" width=\"600\" height=\"auto\"\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaia14%2Fstreamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaia14%2Fstreamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaia14%2Fstreamer/lists"}