How to I get started with Apache Thrift? [closed]

本秂侑毒 提交于 2019-12-20 08:48:53

问题


I wanted to create a simple Thrift server for C++ and provide a client with Python language. I went to the official site but it lacks any good tutorials or documentation. I am having difficulty trying it out.

Is there any good Apache Thrift tutorial for a totally new person?


回答1:


Thrift: The Missing Guide is very useful to begin with.




回答2:


I have put together a 7-part tutorial for Thrift in my blog. The link to the first part of the article is below:

http://anoori.me/blog/programming/thriftpart-one-introduction




回答3:


The archive of standard distribution contains the Calculator tutorial pointed by @vladaman. The documentation isn't quite well organized, but there are plenty of info at http://wiki.apache.org/thrift/. Take a look at "Thrift Whitepaper" and "Thrift: The Missing Guide".




回答4:


Another useful overview of Thrift can be found at http://jnb.ociweb.com/jnb/jnbJun2009.html



来源:https://stackoverflow.com/questions/7005482/how-to-i-get-started-with-apache-thrift

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