PubNub's Project EON connects C3 charts and Mapbox's map widget to
the PubNub Data Stream Network.
Live visualizations create a better user experience and make your business smarter, but our clients told us that charting and mapping their data streams was cumbersome and unnecessarily difficult.
With PubNub’s open-source EON project, you can now quickly create dashboards and visualizations with feature-rich libraries, a variety of chart types, and custom map themes and markers.
It doesn't matter if you're building the next taxi app or an analytics dashboard, EON allows you to build realtime maps and charts that work on any platform.
It’s ready for the mobile web too. PubNub alone has SDKs for more than 70 platforms, so you can build in almost any environment.
Include EON into your page.
<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"/>
Powered by C3.
eon.chart({
pubnub: PUBNUB,
channels: ['eon-chart'],
limit: 20,
generate: {
bindto: '#body-spline'
}
});
pubnub.publish({
channel: 'eon-chart',
message: });
Powered by Mapbox.
eon.map({
pubnub: PUBNUB,
channels: ['eon-map'],
id: 'html-id',
mbToken: '...',
mbId: 'ianjennings.l896mh2e'
});
pubnub.publish({
channel: 'eon-map',
message: });
Code you can copy and paste.
PubNub streams more than 3 million messages a second to 200 million devices a month, with worldwide latency under 250 milliseconds.