{"id":21523115,"url":"https://github.com/cosmicoppai/hana","last_synced_at":"2025-07-21T04:36:49.966Z","repository":{"id":158646346,"uuid":"490596342","full_name":"Cosmicoppai/hana","owner":"Cosmicoppai","description":"花：Video streaming gRPC server","archived":false,"fork":false,"pushed_at":"2022-05-24T07:48:50.000Z","size":29766,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T22:45:52.995Z","etag":null,"topics":["golang","grpc","grpc-go","video-streaming"],"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/Cosmicoppai.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":"2022-05-10T07:53:40.000Z","updated_at":"2023-12-10T13:35:48.000Z","dependencies_parsed_at":"2023-05-26T12:00:50.030Z","dependency_job_id":null,"html_url":"https://github.com/Cosmicoppai/hana","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Cosmicoppai/hana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmicoppai%2Fhana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmicoppai%2Fhana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmicoppai%2Fhana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmicoppai%2Fhana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cosmicoppai","download_url":"https://codeload.github.com/Cosmicoppai/hana/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmicoppai%2Fhana/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266241328,"owners_count":23898066,"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","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","grpc","grpc-go","video-streaming"],"created_at":"2024-11-24T01:12:45.084Z","updated_at":"2025-07-21T04:36:49.953Z","avatar_url":"https://github.com/Cosmicoppai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\u003cimg align=\"right\" width=\"120\" height=\"120\" src=\"logo.png\" alt=\"icon\"\u003e\n\n\nVideo Streaming over internet using gRPC.\nThe client uploads the video and video-metadata to the server using Client-Streaming.\nThe server process and saves the video and its metadata for future streaming.\n\n\n\n## Requirements\n\n* If you don't want to install dependencies on your machine skip to [Installation using Docker](#installation-using-docker).\n\nInstall [Golang](https://go.dev/doc/install)\n\nInstall Protoc ```apt install -y protobuf-compiler```\n\nInstall Makefile ```apt install make```\n\n\n## Installation\n\n```bash\ngo mod download\ngo get -u google.golang.org/grpc\ngo get -u github.com/golang/protobuf/protoc-gen-go\nMake gen // convert .proto files into go files\nMake server // will start the streaming server on 0.0.0.0:8096\nMake Client // will start the client\n```\n\n## Installation using Docker\n\n```bash\ndocker-compose up -d\n```\nWill start the Streaming Server on [localhost:8096](http://localhost:8096)\n\nTo start Client\n\n```bash\ndocker exec -it sh hana go cmd/client/main.go --address 0.0.0.0:8096\n```\n\n## Contributing\nThis Project is open source, feel free to raise any issue/question or make PR :)\n\n## License\n\nSource Code is licensed under [MIT LICENSE](./LICENSE)\n\n\n## TO DO\n- #### Refactoring\n- #### Add more tests\n- #### Client Authentication\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicoppai%2Fhana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmicoppai%2Fhana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicoppai%2Fhana/lists"}