Protocol Buffers - Google's data interchange format
Guys,
It's too late in india, but I have found document base database, no Sql :)
MONGODB
MongoDB stores documents (objects) in a format called BSON. BSON is a binary serialization of JSON-like documents. BSON stands for “Binary JSON”, but also contains extensions that allow representation of data types that are not part of JSON.
The MongoDB client drivers perform the serialization and unserialization and BSON is a language independent data interchange format.
BSON can be compared to binary interchange formats, such as Protocol Buffers. BSON is more “schemaless” than Protocol Buffers
What is Protocol Buffers ?
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
http://code.google.com/p/protobuf/
Good night ..
Pankaj.
Comments
Pankaj