Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 790 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 790 Bytes

openroads-vn-boundaries

a pipeline to take vietnam admin unit shapefiles and insert them as postgis tables into openroads-vn-api's database

install

node packages

$ yarn install

s3 cli

$ pip install awscli

docker

mac

pc

data

data is downloaded from an s3 bucket. There no need to add input data as it is added while the pipeline is running.

database

add a file ./db/local/index.js of the following spec

module.exports = {
  connection: {
    development: `development.db.url`,
    production:  `production.db.url`
  }
}

adding an additional processing module

to.be.added

run

yarn run start