Data Explorer数据浏览器

联合创作 · 2023-09-28 23:09

Explorer 是 Keen IO 开发的数据浏览器。

初始化配置:

<script type="text/javascript">
    $(document).ready(function(){
      client = new Keen({
        projectId: "your_project_id",
        readKey: "your_read_key",
        masterKey: "your_master_key"
        protocol: "https",
        host: "api.keen.io/3.0",
        requestType: "jsonp"
      });
      var app = new Keen.DataTools.App({
        client: client,
        targetId: 'content'
      });
      app.render(); // Render the app's UI into the targetId provided in the config.
    });
</script>


浏览 5
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报