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

2019-03-09 01:12发布

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?

4条回答
等我变得足够好
2楼-- · 2019-03-09 01:23

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

查看更多
放我归山
3楼-- · 2019-03-09 01:25

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

查看更多
一夜七次
4楼-- · 2019-03-09 01:27

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

查看更多
Ridiculous、
5楼-- · 2019-03-09 01:40

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".

查看更多
登录 后发表回答