naveenkumarpg / NodereadhugeData

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

License:MIT License


Languages

Language:JavaScript 82.1%Language:HTML 14.9%Language:CSS 3.0%