{"id":50957339,"url":"https://github.com/gitrasheed/fleetrpc","last_synced_at":"2026-06-18T09:02:40.528Z","repository":{"id":332848834,"uuid":"1134523582","full_name":"gitRasheed/FleetRPC","owner":"gitRasheed","description":"Simple concurrency testing a device reservation system with gRPC in Go","archived":false,"fork":false,"pushed_at":"2026-01-15T21:07:26.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T22:33:17.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/gitRasheed.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-14T20:48:55.000Z","updated_at":"2026-01-15T21:07:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gitRasheed/FleetRPC","commit_stats":null,"previous_names":["gitrasheed/fleetrpc"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gitRasheed/FleetRPC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2FFleetRPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2FFleetRPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2FFleetRPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2FFleetRPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitRasheed","download_url":"https://codeload.github.com/gitRasheed/FleetRPC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitRasheed%2FFleetRPC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34483284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":[],"created_at":"2026-06-18T09:02:38.336Z","updated_at":"2026-06-18T09:02:40.524Z","avatar_url":"https://github.com/gitRasheed.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FleetRPC\n\ngRPC device fleet reservation service built with Connect.\n\n## Quick Start\n\n```bash\ngo run ./cmd/server\n```\n\n## CLI Client\n\n```bash\ngo run ./cmd/client reserve --user USER --type iphone\ngo run ./cmd/client release --device-id iphone-2\ngo run ./cmd/client watch\n```\n\n## Tests\n\n```bash\n# Integration tests\ngo test -v ./test\n\n# With race detection\ngo test -v -race ./test\n```\n\n## Benchmarks\n\n```bash\n# All benchmarks\ngo test -bench . -benchmem ./benchmark\n\n# Server RPC benchmark only\ngo test -bench BenchmarkServer -benchmem ./benchmark\n\n# With CPU profiling\ncd benchmark\ngo test -run=NONE -bench=BenchmarkServer -benchtime=3s -cpuprofile cpu.prof\ngo tool pprof -text cpu.prof\n```\n\n## Metrics\n\n```bash\n# Bash/Linux/macOS\ncurl localhost:8080/metrics | grep devicefleet\n```\n\n```powershell\n# PowerShell/Windows\n(curl localhost:8080/metrics).Content | Select-String devicefleet\n```\n\n## Build\n\n```bash\ngo build ./...\ngo build -race ./...\n```\n\n## Proto Generation\n\n```bash\nbuf generate\n```\n\n## Endpoints\n\n| Endpoint | Description |\n|----------|-------------|\n| `:8080/devicefleet.v1.DeviceService/*` | Connect RPCs |\n| `:8080/metrics` | Prometheus metrics |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitrasheed%2Ffleetrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitrasheed%2Ffleetrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitrasheed%2Ffleetrpc/lists"}