如何将 MySQL 表放入 Yahoo Pipe 中?
我正在尝试将 MySQL 表中的数据获取到 Yahoo Pipe 中,以尝试它的可能性。如果有必要,我很乐意通过 HTTP 传输该表,有人对方法有任何建议吗?或者有标准方法吗?
I'm trying to get data I've got in a MySQL table into a Yahoo Pipe to experiment with what's possible with it. I'm happy to transmit the table over HTTP if necessary, has anybody any suggestions for a method- or is there a standard way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你应该编写一个 Web 服务(或一个方便的 api)来查询数据库。最有可能的是雅虎!管道不支持除 HTTP 之外的协议。除非你实施一些东西,否则不可能。这是一个想法:
I think you should write a web service (or a handy api) to query database. Most probably Yahoo! Pipes don't support protocols except HTTP. Not possible unless you implement something. Here's an idea:
管道不直接支持 SQL 类型存储,它都是“平面文件”或 JSON,因此数据客户端的最终使用可能会遇到转换问题。
它们确实有小的存储口袋,可以通过 YQL 模块访问,每个存储口袋的最大容量为 100k,您可以免费拥有 1000 个。
Pipes don't support SQL type storage directly, it's all 'flat file' or JSON so conversion to and from may be an issue for the final use of the data client side.
They do have small storage pockets than can be accessed via the YQL module each has a maximum capacity of 100k and you can have 1000 of them for free.