Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leduong/pluto-nyc-bytes
https://github.com/leduong/pluto-nyc-bytes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leduong/pluto-nyc-bytes
- Owner: leduong
- Created: 2017-08-16T18:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T18:36:12.000Z (over 7 years ago)
- Last Synced: 2024-12-01T20:48:30.549Z (about 2 months ago)
- Language: JavaScript
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BYTES of the BIG APPLE Data Import
## Prerequisites
#### Postgres DML Script
```
sql\Pluto.DML.sql
```#### Build
```
npm install
```## Run
```
node pluto.js --host localhost --port 5432 --user postgres --database postgres
```Options
```
--csv_file```
## ReferencesBYTES of the BIG APPLE:
[http://www1.nyc.gov/site/planning/data-maps/open-data.page](http://www1.nyc.gov/site/planning/data-maps/open-data.page)node-nyc-bytes package:
[https://github.com/sedenardi/node-nyc-bytes](https://github.com/sedenardi/node-nyc-bytes)