关于用于可视化 Yahoo Pipe 输出的 JavaScript 库的建议

发布于 2024-11-25 08:25:37 字数 431 浏览 0 评论 0原文

我目前正在编写一个 JavaScript 库。这是一个学校项目,我需要更轻松地可视化来自 Yahoo Pipes 的数据。数据格式是一个 JSON 字符串,它可以包含任何内容,但主要包含一个项目列表,每个项目都有不同的属性。
这种方法非常通用,现在我想知道我可以将哪些功能插入到这个库中。另外我如何处理这种一般的数据流,为各种数据创建一个可用的库。 来自 Yahoo Pipes 的数据可以是新闻项目(标题、描述、发布日期、图像、链接……) Yahoo Pipes 还具有解析 CSV 文件的功能,因此“数据表”也是可能的。
我也在考虑图书馆的结构,最好的实现方式是什么。 一般来说,该库需要从管道(JSON 字符串)加载数据并将其传递给可视化库,如 Google Chart 或 D3.js(以前称为 Protovis)
我认为我的 Javascript 技能水平为“菜鸟”:)
谢谢各位的回复,有什么建议欢迎留言!

I'm currently writing a JavaScript library. It is a project for school were I need to make it easier to visualize data from Yahoo Pipes. The data format is a JSON string, which can contain anything, but mostly contains a list of items, with different attributes for each item.
This approach is quite general and now I was wondering which functionality I could insert into this library. Also how I can deal with this general flow of data to make a usable library for all kinds of data..
The data from Yahoo Pipes can be news items (title, description, postdate, images, links,..) Yahoo Pipes also has functionality for parsing CSV files, so "data tables" are also possible.

Also I was thinking about the structure of the library, what the best way is to implement it.
In general the library needs to load in the data from the pipe (JSON string) and pass it to a visualization library like Google Chart or D3.js (formerly Protovis)

I would consider my Javascript skill level as 'Rookie' :)
Thanks for the replies, any advice is welcome!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文