{"id":26105767,"url":"https://github.com/javier-godon/data-provider","last_synced_at":"2025-10-05T03:50:29.056Z","repository":{"id":281527897,"uuid":"945112327","full_name":"Javier-Godon/data-provider","owner":"Javier-Godon","description":"queries a QuestDB database and returns results via gRPC","archived":false,"fork":false,"pushed_at":"2025-05-01T11:00:52.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T12:19:12.492Z","etag":null,"topics":["golang","grpc","pq","questdb","reports","time-series","time-series-database"],"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/Javier-Godon.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,"zenodo":null}},"created_at":"2025-03-08T17:28:59.000Z","updated_at":"2025-05-01T11:00:55.000Z","dependencies_parsed_at":"2025-03-09T18:29:15.244Z","dependency_job_id":"14af1b7d-3572-4c3e-9719-320ed0c8be8f","html_url":"https://github.com/Javier-Godon/data-provider","commit_stats":null,"previous_names":["javier-godon/data-provider"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javier-Godon%2Fdata-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javier-Godon%2Fdata-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javier-Godon%2Fdata-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javier-Godon%2Fdata-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Javier-Godon","download_url":"https://codeload.github.com/Javier-Godon/data-provider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javier-Godon%2Fdata-provider/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259166935,"owners_count":22815588,"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","pq","questdb","reports","time-series","time-series-database"],"created_at":"2025-03-09T21:53:55.677Z","updated_at":"2025-10-05T03:50:23.849Z","avatar_url":"https://github.com/Javier-Godon.png","language":"Go","readme":"# data-provider\nqueries a QuestDB database and returns results via gRPC\n\nas recommended in [QuestDB documentation](https://questdb.com/docs/reference/api/postgres/) we will use [pq](https://github.com/lib/pq) for querying QuestDB.\n\nWe will keep all .proto files under the same folder (proto) following the standads, but as I am following a vertical slice architecture, the generated classes should be generated in its own folder (usecase/feature)\n\nfrom the root of the project (data-provider) we will execute for each usecase (feature):\n\n```\nprotoc --proto_path=proto   --go_out=app/usecases/cpu/get_cpu_user_usage/grpc   --go-grpc_out=app/usecases/cpu/get_cpu_user_usage/grpc   proto/get_cpu_user_usage.proto\n\nprotoc --proto_path=proto   --go_out=app/usecases/cpu/get_cpu_system_usage/grpc   --go-grpc_out=app/usecases/cpu/get_cpu_system_usage/grpc   proto/get_cpu_system_usage.proto\n```\n\nso:\n\n### Generating gRPC Code\nRun the following command to regenerate gRPC files:\n\n```\nmake generate\n\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier-godon%2Fdata-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavier-godon%2Fdata-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier-godon%2Fdata-provider/lists"}