Protocol Buffers Handbook. Getting deeper into Protobuf internals and its usage - Helion
Tytuł oryginału: Protocol Buffers Handbook. Getting deeper into Protobuf internals and its usage
ISBN: 9781805127215
stron: 226, Format: ebook
Data wydania: 2024-04-30
Księgarnia: Helion
Cena książki: 109,00 zł
Explore how Protocol Buffers (Protobuf) serialize structured data and provides a language-neutral, platform-neutral, and extensible solution. With this guide to mastering Protobuf, you'll build your skills to effectively serialize, transmit, and manage data across diverse platforms and languages.
This book will help you enter the world of Protocol Buffers by unraveling the intricate nuances of Protobuf syntax and showing you how to define complex data structures. As you progress, you’ll learn schema evolution, ensuring seamless compatibility as your projects evolve. The book also covers advanced topics such as custom options and plugins, allowing you to tailor validation processes to your specific requirements. You’ll understand how to automate project builds using cutting-edge tools such as Buf and Bazel, streamlining your development workflow. With hands-on projects in Go and Python programming, you’ll learn how to practically apply Protobuf concepts. Later chapters will show you how to integrate data interchange capabilities across different programming languages, enabling efficient collaboration and system interoperability.
By the end of this book, you’ll have a solid understanding of Protobuf internals, enabling you to discern when and how to use and redefine your approach to data serialization.
Osoby które kupowały "Protocol Buffers Handbook. Getting deeper into Protobuf internals and its usage", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Protocol Buffers Handbook. Getting deeper into Protobuf internals and its usage eBook -- spis treści
- 1. Serialization Primer
- 2. ProtoBuf is a Language
- 3. Describing Data with Protobuf's Text Format
- 4. Protoc: The Protobuf Compiler
- 5. Serialization Internals
- 6. Schema Evolution Over Time
- 7. Adress Book- Go
- 8. Adress Book- Python
- 9. Developing a Protoc Plugin
- 10. Advanced Build