Re: [protobuf] Search inside a protocolbuffers file

2011-04-19 Thread Sankar P
On Tue, Apr 19, 2011 at 5:06 PM, Pherl Liu wrote: > We only have auto-generated API docs. > http://code.google.com/apis/protocolbuffers/docs/reference/cpp/index.html > BTW, to implement such a database, you can actually build it using protobuf > APIs. Probably don't need to dig into protobuf imple

Re: [protobuf] Search inside a protocolbuffers file

2011-04-19 Thread Pherl Liu
We only have auto-generated API docs. http://code.google.com/apis/protocolbuffers/docs/reference/cpp/index.html BTW, to implement such a database, you can actually build it using protobuf APIs. Probably don't need to dig into protobuf implementations. On Tue, Apr 19, 2011 at 7:28 PM, Sankar P wrot

Re: [protobuf] Search inside a protocolbuffers file

2011-04-19 Thread Sankar P
On Thu, Apr 7, 2011 at 8:07 PM, Sankar P wrote: > On Thu, Apr 7, 2011 at 3:06 PM, Pherl Liu wrote: >> protobuf officially does not provide this function. There might be some 3rd >> party libraries though. >> > > I did a search and could not find any. Have you (or anyone in the > list) come across

Re: [protobuf] Search inside a protocolbuffers file

2011-04-07 Thread Sankar P
On Thu, Apr 7, 2011 at 3:06 PM, Pherl Liu wrote: > protobuf officially does not provide this function. There might be some 3rd > party libraries though. > I did a search and could not find any. Have you (or anyone in the list) come across any such tools/libraries ? If I am ready to implement it,

Re: [protobuf] Search inside a protocolbuffers file

2011-04-07 Thread Pherl Liu
protobuf officially does not provide this function. There might be some 3rd party libraries though. On Thu, Apr 7, 2011 at 4:38 PM, Sankar wrote: > Hi, > > I am trying to use protocolbuffers as a storage database for my > application, as it provides data-format-versioning which is not > availabl

[protobuf] Search inside a protocolbuffers file

2011-04-07 Thread Sankar
Hi, I am trying to use protocolbuffers as a storage database for my application, as it provides data-format-versioning which is not available in other storage options such as sqlite. However, I want to know if there is a way we can search inside a protocolbuffers file (like a select query with WHE