Google App Engine 上的商业智能

发布于 2024-09-28 05:06:32 字数 93 浏览 1 评论 0原文

我想将分析和报告添加到 Google App Engine 上的应用程序中。你能告诉我如何在谷歌的“数据库”上做到这一点吗?有可用的oss库/工具吗?

谢谢

I want to add analytics and reports to my application on Google App Engine. Can you tell me how I can do that on google's "database"? Are there any oss libraries/tools available?

Thank you

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

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

发布评论

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

评论(1

完美的未来在梦里 2024-10-05 05:06:32

查看新的 Map Reduce API(它还不包含reduce,但那是谷歌无论如何称呼它)。

这样可以轻松映射数据存储区中某一类型的所有实体并计算您感兴趣的内容。Christopher

O'Donnell 拥有 一篇有关使用 Mapper API 进行分析的文章。他提前创建时间片(小时、天、月)并映射这些时间片以存储每个时间片的数据。

Look at the new Map Reduce API (it doesn't contain reduce yet, but that's what Google calls it anyway).

This makes it easy to map over all the entities of a type in your datastore and count the things you're interested in.

Christopher O'Donnell has an article about using the Mapper API for analytics. He creates time slices (hour, day, month) ahead of time and maps over those to store the data for each time slice.

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