We are planning to design a website with Riak backend. Since website will have AJAX calls to save/display data, we can send only JSON data from server to browser client, but website will also have binary data(images, audio, video) etc. related to component objects.
Our solution for now is to save all data in PB format, but sending data to AJAX calls convert data from PB to JSON, but for RPC calls send data in PB format. Is this good solution? Or any suggestions to save data? Thanks -- View this message in context: http://riak-users.197444.n3.nabble.com/JSON-PB-tp3515064p3515064.html Sent from the Riak Users mailing list archive at Nabble.com. _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
