a pipeline to take vietnam admin unit shapefiles and insert them as postgis tables into openroads-vn-api's database
$ yarn install
$ pip install awscli
data is downloaded from an s3 bucket. There no need to add input data as it is added while the pipeline is running.
add a file ./db/local/index.js
of the following spec
module.exports = {
connection: {
development: `development.db.url`,
production: `production.db.url`
}
}
to.be.added
yarn run start