Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 757
AMY W Avatar asked Aug 10 '11 03:08

AMY W


People also ask

Is Apache Thrift still used?

Apache Thrift was originally developed by the Facebook development team and is currently maintained by Apache.

What is Thrift code?

Thrift is an interface definition language and binary communication protocol used for defining and creating services for numerous programming languages. It was developed at Facebook for "scalable cross-language services development" and as of 2020 is an open source project in the Apache Software Foundation.


2 Answers

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

like image 195
Sun Liwen Avatar answered Sep 22 '22 02:09

Sun Liwen


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

like image 44
Alireza Noori Avatar answered Sep 26 '22 02:09

Alireza Noori