首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > JavaScript > 一个JavaScript OLAP数据库,用于聚合分析和图表

一个JavaScript OLAP数据库,用于聚合分析和图表

资 源 简 介

JsHypercube is a light-weight OLAP database written in JavaScript. It is useful for any application involving the aggregation of metrics for purposes of dynamic charting. Datasets can be "sliced and diced" in real-time, with low-latency. Plot this on a graph, and amaze your boss. Here"s an example of it in action: ``` var data = [ {"time":1331773202,"facts":{"name":"Super Mario Bros. 2","platform":"Nintendo","staring":"Mario"},"measures":{"rentals":73,"sales":9,"revenue":359.91}}, {"time":1331841602,"facts":{"name":"Metroid","platform":"Nintendo","staring":"Samus"},"measures":{"rentals":43,"sales":6,"revenue":239.94}} // ... etc ]; // each fact record in the data-set has a unix-time. add standardized loc

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.164809s