Skip to content

A node.js script to import ACS data from the census bureau into MAG's SQL Server Environment

Notifications You must be signed in to change notification settings

AZMAG/mag-acs-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acs-importer

A simple node.js script to import select acs 5yr tables into sql server


Requirements

For development, you will only need Node.js and a node global package, NPM, installed in your environment.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

If you need to update npm, run the following command.

$ npm install npm -g

Install

$ git clone https://github.com/AZMAG/acs-importer
$ cd
$ npm install

Running the project

$ node main.js

About

A node.js script to import ACS data from the census bureau into MAG's SQL Server Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published