EON

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

Github stars Tracking Chart

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

实时图表由C3支持。

实时地图由Mapbox支持。

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

Overview

Name With Ownerpubnub/eon
Primary LanguageShell
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
Release Count5
Last Release Name1.1.0 (Posted on )
First Release Namev0.0.1 (Posted on )
Created At2015-02-10 22:51:08
Pushed At2022-12-06 09:15:05
Last Commit At2022-12-06 09:15:04
Stargazers Count877
Watchers Count91
Fork Count134
Commits Count141
Has Issues Enabled
Issues Count16
Issue Open Count3
Pull Requests Count1
Pull Requests Open Count2
Pull Requests Close Count3
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top