cube.js 最近的一些更新

cube.js 是一个和不错的数据分析框架,最近又有了一些新的功能支持,以下是一些简单的 
总结

  • 基于web socket 的预览支持
  • react hooks api 支持
  • 支持基于reecharts 图表类型的api开发
  • cube.js server 支持https
  • External pre-aggregations 支持 originalSql 的预聚合处理
  • 对于mysql 以及postgres External pre-aggregations 的性能 提升
  • cube.js 模版支持 ,很方便的,可以复用现有比较好的dashboard 方案
  • 时间范围支持更加精细
  • graphql 支持,这个从生成的代码以及依赖的组件可以看出来

参考资料

https://github.com/cube-js/cube.js/issues/221#issuecomment-543920465 
https://cube.dev/docs/query-format#time-dimensions-format 
https://cube.dev/docs/security#enabling-tls

原文地址:https://www.cnblogs.com/rongfengliang/p/11909717.html