Converting a ProtoBuf data to a Relational Structure.
150 views
Skip to first unread message
Satish SD
unread,
Oct 28, 2015, 4:43:21 PM10/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
Hello!, I'm very new to ProtoBuf. I come from a relational database world and would like to know if there is a technique or tool to convert a given serialized ProtoBuf message into a structured and Normalized relational model?
I have access to .proto files. Requirement is to map multiple .proto formats into one relational design
Many of the field definitions have the prefix of "optional". Do I create a Child table for optional fields:
there are many fields with prefix of "repeated". Do I also create a Child table for these?