An open API service indexing awesome lists of open source software.

https://github.com/ashleydavis/brisjs-data-analysis-talk

Code for my talk to BrisJS on data analysis in JavaScript
https://github.com/ashleydavis/brisjs-data-analysis-talk

charting data-analysis data-visualization data-viz javascript node node-js nodejs visualization

Last synced: about 1 year ago
JSON representation

Code for my talk to BrisJS on data analysis in JavaScript

Awesome Lists containing this project

README

          

# brisjs-data-analysis-talk

This is the code for my talk to [the BrisJS meetup](https://brisjs.org/) on 6th August 2018.

It's a talk on data analysis with JavaScript and a demonstration of [my open source libraries Data-Forge and Data-Forge Plot](http://www.data-forge-js.com/).

To learn more about working with data in JavaScript please read my book [Data Wrangling with JavaScript](http://bit.ly/2t2cJu2).

Do your prototyping and exploratory data analysis in JavaScript with [Data-Forge Notebook](http://www.data-forge-notebook.com/).

[Click here to support my work](https://www.codecapers.com.au/about#support-my-work)

## The slides for this talk

The slides for this talk are [available on Slideshare](https://www.slideshare.net/AshleyDavis33/data-analysis-in-javascript).

Please check this repo again in the future, once the video of my talk becomes available I'll post it as well.

## Getting started with this repo

If you have git installed on your workstation you can open a command line and clone this repo as follows:

git clone https://github.com/ashleydavis/brisjs-data-analysis-talk

Alternatively you can [download the repo's zip file](https://github.com/ashleydavis/brisjs-data-analysis-talk/archive/master.zip) and unpack it to a directory on your workstation.

With a command line open, change into the repo's directory and install npm dependencies:

cd brisjs-data-analysis-talk
npm install

You can now run the code:

node index.js

Charts are rendered to the `output` sub-directory.

Enjoy!