Building a gRPC Service in Golang Unary RPC Tutorial
#############################
Video Source: www.youtube.com/watch?v=GgR4JDVgPOc
Welcome to this gRPC video using Golang, part of the series about API Technologies in System Design. In this episode I share with you how to implement a gPRC Service, specifically a Unary RPC. • == What is gRPC? • gPRC is a modern, open source remote procedure call framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. • It typically uses Protocol Buffers to describe both the service interface and the structure of the payload messages. • == Service kinds in gRPC • There are four kinds of service methods: • β Unary RPC: • Building a gRPC Service in Golang: Un... • β Server Streaming RPC: • Building a gRPC Service in Golang: Se... • β Client Streaming RPC: • Building a gRPC Service in Golang: Cl... • β Bidirectional Streaming RPC: • Building a gRPC Service in Golang: Bi... • == Relevant links • β Tutorial: System Design using gRPC with Golang: • Tutorial (Go/Golang): System Design u... • β Software Architecture and System Design in Go/Golang: • Software Architecture and System Desi... • β Learning Golang: Interface Types - Part 1: • Learning Golang: Interface Types - Pa... • β Learning Golang: Interface Types - Part 2: • Learning Golang: Interface Types - Pa... • β Example code: https://github.com/MarioCarrion/grpc-... • == All Go/Golang Playlists • β Building Microservices in Go/Golang: • Building Microservices in Golang/Go • β Go/Golang Tools and Packages: • Golang/Go Tools and Packages • β Learning Concurrency Patterns in Go/Golang: • Learning Go/Golang Concurrency Patterns • β Learning Go/Golang : • Learning Go/Golang • β Learning Relational Databases in Go/Golang: • Learning Go/Golang: Relational Databases • β Testing in Go/Golang: • Testing in Golang/Go • == Socials • β / mariocarrion • β / mario.carrion • β / mariocarrion • 00:00 Introduction to gRPC • 00:57 Demo Starts! Installing requirements and required configuration • 02:01 Implementing gRPC Service using Protocol Buffers • 13:20 Using a gRPC client to talk to the gRPC server • 15:12 Conclusion about Building a gRPC Service Unary RPC • === Who am I? • HelloππΌ! I'm Mario, a Hands-on Software Architect and Lead Backend Engineer with more than 16 years of professional experience building all kinds of software including on-premise Industrial Automation Systems, Linux Accessibility Desktop and Browser Components as well as Distributed Advertising Microservices. • Every week I will share with you different topics I've learned while working for small startups and large companies including the processes I've followed over the years for successfully delivering complex enterprise systems from start to end. • Subscribe if you like Software Development, Software Architecture and System Design! • Keep it up. Don't give up! • #golang #grpc #systemdesign • === Our Vlog Channel • / rubycarrion • === Affiliate links • β Amazon Shop π https://www.amazon.com/shop/rubycarrion • β Technical/Non-technical Books - Recommended by Mario Carrion π https://www.amazon.com/shop/rubycarri... • DISCLAIMER: Some of the links shared above are affiliate links. As a member of these affiliate programs, I earn a small commission from your purchases at no additional cost to you. Thank you in advance for your support!
#############################