mashr
Version:
Simple data pipeline framework for GCP's BigQuery
17 lines (16 loc) • 457 B
JSON
{
"name": "mashr",
"version": "0.0.1",
"description": "An easy to use data pipeline framework that orchestrates moving data from external sources into BigQuery for small applications.",
"main": "index.js",
"dependencies": {
"@google-cloud/bigquery": "^3.0.0",
"@google-cloud/storage": "^2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}