{"id":15103235,"url":"https://github.com/azapata27/grpc-examples","last_synced_at":"2026-01-18T08:32:11.423Z","repository":{"id":233915394,"uuid":"788021691","full_name":"AZapata27/grpc-examples","owner":"AZapata27","description":"gRPC examples built with Spring Boot and Quarkus.","archived":false,"fork":false,"pushed_at":"2024-05-01T04:03:49.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T15:12:54.567Z","etag":null,"topics":["grpc-java","protobuf","quarkus","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AZapata27.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":"2024-04-17T16:18:41.000Z","updated_at":"2024-05-03T01:00:07.000Z","dependencies_parsed_at":"2024-04-17T17:35:07.340Z","dependency_job_id":"e4e2fb22-a60a-4f58-b8d6-a3bcccff3aeb","html_url":"https://github.com/AZapata27/grpc-examples","commit_stats":null,"previous_names":["azapata27/grpc-examples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZapata27%2Fgrpc-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZapata27%2Fgrpc-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZapata27%2Fgrpc-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZapata27%2Fgrpc-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AZapata27","download_url":"https://codeload.github.com/AZapata27/grpc-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247114617,"owners_count":20885977,"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":["grpc-java","protobuf","quarkus","spring-boot"],"created_at":"2024-09-25T19:22:34.872Z","updated_at":"2025-04-04T03:24:56.014Z","avatar_url":"https://github.com/AZapata27.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### gRPC Examples with Spring and Quarkus\n\nThis repository contains gRPC examples built with Spring and Quarkus. The examples are organized into three projects:\n\n1. **Interface Project**: Contains the original protobuf files and generates the model and service classes in Java. This project is typically shared between the server and clients.\n\n2. **Server Project**: Contains the actual implementation of the project and uses the interface project as a dependency. Here, gRPC services are implemented, and interceptors, events, and security are configured.\n\n3. **Client Projects**: (Optional and potentially many) Any client projects that use pre-generated stubs to access the server.\n\n### Project Structure\n\n- **grpc-interfaces/**: Contains the protobuf files and generates model and service classes in Java.\n\n- **server-grpc-spring-boot/**: Contains the implementation of the gRPC server, exception handler, security config.\n\n- **client-grpc-spring-boot/**: Contains client projects that use pre-generated stubs to access the server.\n\n### Additional Configurations\n\nThe server and client projects may contain additional configurations such as:\n\n- **Exception Handler**: Handles exceptions by intercepting incoming and outgoing gRPC calls.\n  \n- **Interceptors**: To intercept incoming and outgoing gRPC calls.\n\n- **Events**: To handle events related to the lifecycle of the server and clients.\n\n- **Security**: To secure gRPC communications through authentication and authorization with spring security and basic auth.\n\n- **Testing**: Validates gRPC functionality through unit and integration testing.\n\n### Running Tests\n\nThe repository includes tests to ensure the correct operation of the gRPC services. These tests can be executed using appropriate testing tools for Spring and Quarkus projects.\n\n### License\n\nThis project is licensed under the [Apache License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazapata27%2Fgrpc-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazapata27%2Fgrpc-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazapata27%2Fgrpc-examples/lists"}