如何开始使用 Apache Thrift?
我想为 C++ 创建一个简单的 Thrift 服务器,并提供一个使用 Python 语言的客户端。我访问了官方网站,但它缺乏任何好的教程或文档。我很难尝试。
对于新手来说,有什么好的 Apache Thrift 教程吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Thrift:缺失指南 一开始就非常有用。
Thrift: The Missing Guide is very useful to begin with.
我在我的博客中整理了一个由 7 部分组成的 Thrift 教程。本文第一部分的链接如下:
http://anoori.me/blog /programming/thriftpart-one-简介
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
标准发行版的存档包含 @vladaman 指出的计算器教程。
该文档组织得不太好,但在 http://wiki.apache.org/ 上有很多信息节俭/。看看《Thrift 白皮书》和《Thrift:缺失的指南》。
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".
Thrift 的另一个有用概述可以在 http://jnb.ociweb.com/jnb/jnbJun2009 找到。 html
Another useful overview of Thrift can be found at http://jnb.ociweb.com/jnb/jnbJun2009.html