기술

프로토콜 버퍼란?

개복치 개발자 2022. 12. 1. 23:38

 

 DataStore를 공부하다보면 프로토콜 버퍼라는 친구를 만납니다.

 

 여기에 대해서 살펴보면 뭐라고 나오는가 보면

 

What are protocol buffers?

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. 

 

프로토콜 버퍼란 무엇입니까?

프로토콜 버퍼는 구조화된 데이터를 직렬화하기 위한 Google의 언어 중립적이고 플랫폼 중립적인 확장 가능한 메커니즘입니다. XML을 생각하면 더 작고 빠르고 간단합니다. 데이터를 한 번 구성하는 방법을 정의한 다음 특수 생성 소스 코드를 사용하여 다양한 데이터 스트림에서 다양한 언어를 사용하여 구조화된 데이터를 쉽게 쓰고 읽을 수 있습니다.

 

 구조화(structured)된 데이터를 직렬화(serialization)하는 방법입니다.

 

 

 

 

 

 

 - 참조

 

https://developers.google.com/protocol-buffers

 

Protocol Buffers  |  Google Developers

Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.

developers.google.com

 

https://yoongrammer.tistory.com/14

 

Protocol Buffer 란?

목차 Protocol Buffer 란? 구글에서 오픈소스로 공개한 언어, 구조화(structured)된 데이터를 직렬화(serialization) 하는 방식입니다. 줄여서 protobuf, 더 줄여서 pb라고 부릅니다. protobuf는 여러 프로그램 언

yoongrammer.tistory.com

 

'기술' 카테고리의 다른 글

객체지향의 원칙  (0) 2021.10.20
Heap Stack  (0) 2021.09.27
OSI 7 Layer  (0) 2021.08.24
DB Index  (0) 2021.08.14
프로세스(Process)와 쓰레드(Thread)의 차이  (0) 2021.08.13