使用 Piwik 构建插件(将 json 与 piwik 集成)

发布于 2024-09-11 11:47:58 字数 140 浏览 6 评论 0原文

我想为 piwik 构建一个插件,它可以通过读取 json 文件来绘制图表。我想绕过必须访问 mysql 数据库的整个过程,有没有一种简单的方法可以实现这一点。另外,我想构建一个带有标准内容(例如复选框、文本字段等)的 UI,我可以使用 piwik 来做到这一点吗?

I want to build a plugin for piwik which can plot graphs by reading a json file. I want to bypass the whole process of having to acess a mysql database, is there an easy way that I could achieve this. Also I want to build a UI with standard things such as checkboxes, textfields etc, can I do that using piwik

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

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

发布评论

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

评论(2

养猫人 2024-09-18 11:47:58

这是一个非常模糊的问题。 Piwik 似乎是一个用 PHP 编写的本地安装的网络分析程序。

您还没有告诉我们您的插件会做什么。它如何在不接触数据库的情况下完成它需要做的任何事情?

您读过他们的插件文档吗?顺便说一句,它的标题是“如何编写插件”。很难错过。看起来该插件负责创建自己的 HTML,因此至少回答了您有关构建 UI 的问题。

This is a very vague question. Piwik seems to be a locally-installed web analytics program written in PHP.

You haven't told us what your plugin would do. How would it do whatever it needs to do without touching the database?

Have you read their plugin documentation? It's conveniently titled "How To Write a Plugin", btw. Hard to miss. It looks like the plugin is responsible for creating it's own HTML, so that at least answers your question about building a UI.

无边思念无边月 2024-09-18 11:47:58

您将需要查看名为ExampleUI的开发人员友好示例插件,它展示了如何绘制折线图、饼图、标签云和报告“表格”以及自动链接到API导出等。

在您的Piwik安装中启用ExampleUI,并单击“ExampleUI”选项卡。

You will want to look at the developer friendly example plugin called ExampleUI, which shows how to plot line graphs, pie charts, tag clouds, and report 'tables' with automatic links to the API export, etc.

Enable ExampleUI in your Piwik installation, and click on the ExampleUI tab.

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