Protocol buffer Database abstraction framework

a 夏天 提交于 2019-12-24 07:46:19

问题


Has anyone heard of an enterprise grade database abstraction layer that builds on Google Protocol Buffers

I can foresee such a DB tool set would have great possibilities from mobile computing all the way through to enterprise system development.


回答1:


I reckon any key-value store (eg. Redis) will do? Maybe Riak would be a decent candidate as it provides a protobuf API. Eventually all you need to do is handle serialization and deserialization but that should be a rather thin layer on top of a lightweight client which does not attempt to do any of that for you.



来源:https://stackoverflow.com/questions/17441428/protocol-buffer-database-abstraction-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!