{"id":22127253,"url":"https://github.com/x186k/getstats-shipper-to-sqlite","last_synced_at":"2026-04-30T11:36:10.191Z","repository":{"id":144382570,"uuid":"417947640","full_name":"x186k/getstats-shipper-to-sqlite","owner":"x186k","description":"Consumes HTTP POSTs with WebRTC *.getStats() reports and saves to SQLite for real-time reporting or later system-wide WebRTC performance evaluation","archived":false,"fork":false,"pushed_at":"2021-10-19T01:04:42.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T15:07:44.424Z","etag":null,"topics":["docker","getstats","http","post","sqlite","webrtc"],"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/x186k.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":"2021-10-16T21:02:29.000Z","updated_at":"2024-03-16T00:57:57.000Z","dependencies_parsed_at":"2024-06-21T00:34:52.130Z","dependency_job_id":"7210d3e0-e7a8-40b0-b418-8abcf43cd5c0","html_url":"https://github.com/x186k/getstats-shipper-to-sqlite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/x186k/getstats-shipper-to-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x186k%2Fgetstats-shipper-to-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x186k%2Fgetstats-shipper-to-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x186k%2Fgetstats-shipper-to-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x186k%2Fgetstats-shipper-to-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x186k","download_url":"https://codeload.github.com/x186k/getstats-shipper-to-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x186k%2Fgetstats-shipper-to-sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["docker","getstats","http","post","sqlite","webrtc"],"created_at":"2024-12-01T17:17:34.539Z","updated_at":"2026-04-30T11:36:10.173Z","avatar_url":"https://github.com/x186k.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# getstats-shipper-to-sqlite\nConsumes HTTP POSTs with WebRTC *.getStats() reports and saves to SQLite for real-time reporting or later system-wide WebRTC performance evaluation\n\n\nThis is one-half of a two-part system for capturing *.getStats() reports \nto monitor or understand performance of small or large-scale WebRTC systems.\n\n\n\nFrom example, to show frame decode failures over time, you might do this\n```bash\nsqlite3 getstats.db \n```\n\n```\nselect\n    pcid,\n    json_extract(json,\"$.timestamp\"),\n    json_extract(json,\"$.framesReceived\") - json_extract(json,\"$.framesDecoded\")\nfrom getstats \nwhere json_extract(json,\"$.framesReceived\") != \"\"\n;\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx186k%2Fgetstats-shipper-to-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx186k%2Fgetstats-shipper-to-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx186k%2Fgetstats-shipper-to-sqlite/lists"}