Complete Guide to Protocol Buffers 3 [Java, Golang, Python]
Google Protobuf with examples and exercises. Code in Java Go Python. Say Goodbye to JSON & XML. Pre-req to gRPC
Created by Clement Jean | 3.5 hours on-demand video course
Protocol Buffers (protobuf) is a fundamental data serialization format that every Data Engineer should know about. It is leveraged by many top tech companies such as Google and enables micro-services to transfer data in a format that is safe and efficient. In this course, we are going to explore in depth, with hands-on lectures, all the aspects of Protocol Buffers 3. In just a few hours, you will know everything you need to know to create simple and complex .proto files, and write code in your Favourite Programming language such as Java, Python and Go. Protocol Buffers generates all the boilerplate code for you!
What you’ll learn
- Write simple and complex .proto files
- Practice Exercises to Confirm the Learnings
- Leverage Imports and Packages appropriately
- Generate Code using `protoc` in any language
- Code in Java with Protocol Buffers
- Understand how Data Evolution works for Protobuf
- Learn about advanced Protocol Buffers concepts
Recommended Course
Go Programming (Golang): The Complete Developer’s Guide
gRPC [Golang] Master Class: Build Modern API & Microservices