Skip to content

read Huge data from the CSV to split to json, then render Graph accordingly/

License

Notifications You must be signed in to change notification settings

naveenkumarpg/NodereadhugeData

Repository files navigation

static-webpack-boilerplate

Boilerplate for practicing JavaScript with Static Web Pages

How to start

Step 1

npm install

Step 2

webpack-dev-server

Step 3

Access the page using

http://localhost:8080/index.html

#How to export the excel to JSON.

Run the following command on CLI to create json. node csvtojson.js

above command will read the CSV from the "/public/csv/Crimes.csv" path and converts csv to the json.

extracted json will be placed under "/public/json/data.json" folder. Which will be refered for rendering the graph.

About

read Huge data from the CSV to split to json, then render Graph accordingly/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published