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.

去到頂部