如何开始使用 Apache Thrift?

发布于 2024-11-28 12:57:44 字数 125 浏览 1 评论 0原文

我想为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

弥枳 2024-12-05 12:57:44

Thrift:缺失指南 一开始就非常有用。

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

涫野音 2024-12-05 12:57:44

我在我的博客中整理了一个由 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

流星番茄 2024-12-05 12:57:44

标准发行版的存档包含 @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".

苍暮颜 2024-12-05 12:57:44

Thrift 的另一个有用概述可以在 http://jnb.ociweb.com/jnb/jnbJun2009 找到。 html

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文