{"id":29569217,"url":"https://github.com/viburoshin25/vibrox-echo","last_synced_at":"2025-12-31T14:10:37.252Z","repository":{"id":304611980,"uuid":"1017809336","full_name":"VibuRoshin25/vibrox-echo","owner":"VibuRoshin25","description":"Logging microservice that receives log messages via gRPC and outputs them in a structured format. Designed to be extendable for persistent storage, external log sinks, or observability tooling. Built with Go.","archived":false,"fork":false,"pushed_at":"2025-07-16T11:34:56.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T15:34:15.175Z","etag":null,"topics":["go","golang","gprc","grpc-go","grpc-server","logger-backend","logging","microservice","microservices"],"latest_commit_sha":null,"homepage":"","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/VibuRoshin25.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}},"created_at":"2025-07-11T06:13:55.000Z","updated_at":"2025-07-16T12:14:36.000Z","dependencies_parsed_at":"2025-07-17T18:53:08.294Z","dependency_job_id":null,"html_url":"https://github.com/VibuRoshin25/vibrox-echo","commit_stats":null,"previous_names":["viburoshin25/grpc-learner-project","viburoshin25/vibrox-echo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/VibuRoshin25/vibrox-echo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VibuRoshin25%2Fvibrox-echo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VibuRoshin25%2Fvibrox-echo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VibuRoshin25%2Fvibrox-echo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VibuRoshin25%2Fvibrox-echo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VibuRoshin25","download_url":"https://codeload.github.com/VibuRoshin25/vibrox-echo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VibuRoshin25%2Fvibrox-echo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265871435,"owners_count":23842028,"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":["go","golang","gprc","grpc-go","grpc-server","logger-backend","logging","microservice","microservices"],"created_at":"2025-07-19T01:39:31.300Z","updated_at":"2025-12-31T14:10:37.214Z","avatar_url":"https://github.com/VibuRoshin25.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vibrox-echo\n\n`vibrox-echo` is the centralized logging microservice in the **Vibrox** suite.  \nIt receives logs via gRPC from other services and can be extended to support structured logging, tracing, and persistent storage.\n\n---\n\n## ✨ Features\n\n- Receives log events via gRPC\n- Supports different log levels (info, warn, error, etc.)\n- Easily extendable to write to file, stdout, external systems, or databases\n\n---\n\n## ⚙️ gRPC Setup\n\nThe logging API is defined in a `.proto` file inside the `proto/` directory.\n\n### ✅ Compile Command\n\n```bash\nprotoc -I=./proto/ \\\n  --go_out=./proto/ \\\n  --go-grpc_out=./proto/ \\\n  ./proto/$PROTO_FILE\n```\n\n\u003e Replace `$PROTO_FILE` with the actual `.proto` file name, e.g., `logger.proto`.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Go 1.24+\n- `protoc` (Protocol Buffers compiler)\n- Go plugins for `protoc` (`protoc-gen-go`, `protoc-gen-go-grpc`)\n\n### Install gRPC Plugins (once)\n\n```bash\ngo install google.golang.org/protobuf/cmd/protoc-gen-go@latest\ngo install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest\n```\n\nEnsure your `$GOPATH/bin` is in your `PATH` so `protoc` can find the plugins.\n\n---\n\n### Run Locally\n\n```bash\ngo run main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviburoshin25%2Fvibrox-echo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviburoshin25%2Fvibrox-echo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviburoshin25%2Fvibrox-echo/lists"}