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
- Host: GitHub
- URL: https://github.com/ashleydavis/brisjs-data-analysis-talk
- Owner: ashleydavis
- License: mit
- Created: 2018-07-05T21:48:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T01:21:17.000Z (over 4 years ago)
- Last Synced: 2025-01-30T13:42:02.306Z (over 1 year ago)
- Topics: charting, data-analysis, data-visualization, data-viz, javascript, node, node-js, nodejs, visualization
- Language: JavaScript
- Homepage: http://www.codecapers.com.au/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!