EON

实时数据的开源图和地图框架。(An open-source chart and map framework for realtime data. )

Github星跟踪图

一个开源的JavaScript框架,用于构建物联网、网络和移动的美观实时仪表板、图表和地图。

实时图表由C3支持。

实时地图由Mapbox支持。

PubNub的项目EON将C3图和Mapbox的地图小部件连接到PubNub数据流网络。

概览

名称与所有者pubnub/eon
主编程语言Shell
编程语言JavaScript (语言数: 2)
平台
许可证MIT License
发布数5
最新版本名称1.1.0 (发布于 )
第一版名称v0.0.1 (发布于 )
创建于2015-02-10 22:51:08
推送于2022-12-06 09:15:05
最后一次提交2022-12-06 09:15:04
星数877
关注者数91
派生数134
提交数141
已启用问题?
问题数16
打开的问题数3
拉请求数1
打开的拉请求数2
关闭的拉请求数3
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

EON Realtime Dashboards

This is the repository for the compiled EON framework, including eon-chart and eon-map.

Product Website

Quick Start

<script type="text/javascript" src="//pubnub.github.io/eon/v/eon/1.0.0/eon.js"></script>
<link type="text/css" rel="stylesheet" href="//pubnub.github.io/eon/v/eon/1.0.0/eon.css" />

Documentation

This repository contains gh-pages and gulp tasks to compile the full EON framework. Each module has it's own repository and documentation found below.

Charts

EON Charts Documentation

Maps

EON Maps Documentation

Development

Clone this repository.

git clone https://github.com/pubnub/eon.git

Install bower dependencies.

cd src
bower install

Compile.

gulp

Note on Hotlinking

//pubnub.github.io/eon/lib/eon.js is stuck at version 0.0.7, please use versioned hotlinking, for example: //pubnub.github.io/eon/v/eon/0.1.0/eon.js.

去到顶部