Data Explorer 数据浏览器

程序名称:Data Explorer

授权协议: MIT

操作系统: 跨平台

开发语言: JavaScript

Data Explorer 介绍

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>

Data Explorer 官网

https://github.com/keen/explorer

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。