Reader small image

You're reading from  Learning AWS IoT

Product typeBook
Published inJan 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781788396110
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Agus Kurniawan
Agus Kurniawan
author image
Agus Kurniawan

Agus Kurniawan is an independent technology consultant, author, and lecturer. He has over 18 years' experience working on various software development projects, including delivering training courses and workshops, and delivering technical writing. He has done a few research activities related to wireless networking, software, and security in multiple universities. Currently, he is pursuing a Ph.D. program in Computer Science in Germany. He has previously written five books for Packt.
Read more about Agus Kurniawan

Right arrow

Data visualization in the web


Most people use web applications to perform their business or to present their data to customers. There are a lot of web application frameworks that we can use to develop. Corresponding to IoT data, we can apply web applications to visualize our data.

In this section, we will review some JavaScript frameworks to visualize IoT data. I will not review all the frameworks but I will start with three JavaScript frameworks in order to inspire you to use data visualization.

Data-Driven Documents (D3)

D3.js is a JavaScript library for manipulating documents based on data. D3.js has a large number of community members. It supports HTML, SVG, and CSS. Officially, you can get more information about D3.js at https://d3js.org. You can get source code for this library at https://github.com/d3/d3.

For the demo, we will develop the web program using Dj3. library. The program will display data using the Dj3 library. You can follow these steps to perform the demo:

  1. In general, you...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning AWS IoT
Published in: Jan 2018Publisher: PacktISBN-13: 9781788396110

Author (1)

author image
Agus Kurniawan

Agus Kurniawan is an independent technology consultant, author, and lecturer. He has over 18 years' experience working on various software development projects, including delivering training courses and workshops, and delivering technical writing. He has done a few research activities related to wireless networking, software, and security in multiple universities. Currently, he is pursuing a Ph.D. program in Computer Science in Germany. He has previously written five books for Packt.
Read more about Agus Kurniawan