I am new to Thrift, and after reading the Thrift docs, I'm still a little confused about how ThriftDB integrates with the Thrift Serialization protocol.
For example, what is the proper way to create a schema in ThriftDB? If I was using PHP, would I create an object, write a .thrift file for my object, and then autogenerate the schema? Or do I just create an object according to the schema specs, and then json encode it?
There isn't much in the way of explanation in the docs on how ThriftDB utilizes Thrift, and best practices for generating schemas. Also, should I utilize Thrift for sending data to ThriftDB, or use a tool like curl?
Thanks,
Jonathan