{"id":21043113,"url":"https://github.com/mrinalxdev/micro_service_rs","last_synced_at":"2025-10-27T15:06:11.158Z","repository":{"id":233834406,"uuid":"787882278","full_name":"mrinalxdev/micro_service_rs","owner":"mrinalxdev","description":"A payment micro service in rust and tonic","archived":false,"fork":false,"pushed_at":"2024-04-19T12:29:11.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T17:21:52.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/mrinalxdev.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}},"created_at":"2024-04-17T11:11:10.000Z","updated_at":"2024-04-17T11:21:28.000Z","dependencies_parsed_at":"2024-04-19T13:44:22.096Z","dependency_job_id":"c181674a-ae05-4b4e-9e05-d09312fd812a","html_url":"https://github.com/mrinalxdev/micro_service_rs","commit_stats":null,"previous_names":["mrinalxdev/micro_service_rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fmicro_service_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fmicro_service_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fmicro_service_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinalxdev%2Fmicro_service_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrinalxdev","download_url":"https://codeload.github.com/mrinalxdev/micro_service_rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489812,"owners_count":20298997,"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":[],"created_at":"2024-11-19T14:11:01.588Z","updated_at":"2025-10-17T15:47:51.810Z","avatar_url":"https://github.com/mrinalxdev.png","language":"Rust","readme":"# What is RPC used for\n\nRemote Procedure Call also known as rpc, it helps to call external service through functional call rather than just normal http requests. It benefits to the simplicity of the code and make it looks like regular function call even though we are accessing external services.  Thats the reasone why rpc's are heavily used in microservice. \n\n\u003e Grpc is built by Google and is commonly used in microservice\n\nIts used coz, microservices can communicate to each other even though they are written in different languages .\n\n# How can they communicate to each other ? \n\nRpc's function and arguments are defined using an Interface Definition Language called ProtoBuff. Then this ProtoBuffs are used to generate functions stubbs in many different languages. ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalxdev%2Fmicro_service_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrinalxdev%2Fmicro_service_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinalxdev%2Fmicro_service_rs/lists"}