超级节俭或痛饮问题

发布于 2024-10-05 18:05:56 字数 233 浏览 4 评论 0原文

我对 Hypertable DB 非常感兴趣,目前正在用 Go-lang 开发一个爬虫和索引器,不幸的是没有可用于该语言的绑定。我在编译 swig 和 hypertable c++ 客户端时遇到困难(错误太多),并且 thrift 没有对 go-lang 的工作支持,有没有办法通过直接从 go 进行编码来直接连接到 hypertable 的 thriftbroker?或者有任何从 go 访问 hypertable 的建议吗?

谢谢。

I'm very interested in Hypertable DB, and im currently developing a crawler and indexer in Go-lang, unfortunately there's no binding available for the languange. I'm having a difficulties in compiling swig and hypertable c++ client (too many errors) and thrift don't have a working support for go-lang, is there a way to connect directly to hypertable's thriftbroker by straightforward coding from go? or any suggestion to access hypertable from go?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

最佳男配角 2024-10-12 18:05:56

Go 中可能不支持 Thrift,但看来 Thrift 很快就会支持 Go:
https://issues.apache.org/jira/browse/THRIFT-625

看来这个独立项目的代码已经被签入Thrift的主干,并且会出现在一些未来版本(可能是 0.7 版)。这两个之一(Thrift 的开发版本或独立项目应该可以帮助您入门)。

There may not be Thrift support in Go, but it appears there will soon be Go support in Thrift:
https://issues.apache.org/jira/browse/THRIFT-625

It appears that the code from this standalone project has been checked into the trunk of Thrift, and will appear in some future release (maybe version 0.7). One of those two (the development version of Thrift or the standalone project should get you started).

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