feat: Stream download, extract and parse datasets

This commit is contained in:
Lucàs
2024-09-28 16:19:43 +02:00
parent 5a00871319
commit ffc1ad3e84
32 changed files with 501 additions and 791 deletions
+5 -5
View File
@@ -15,18 +15,18 @@
"license": "ISC",
"description": "",
"dependencies": {
"dmn-js": "^16.7.1",
"axios": "^1.7.7",
"csvtojson": "^2.0.10",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fs-extra": "^11.2.0",
"papaparse": "^5.4.1",
"node-stream-zip": "^1.15.0",
"tar-stream": "^3.1.7",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.5",
"@types/papaparse": "^5.3.14",
"@types/tar-stream": "^3.1.3",
"@types/unzipper": "^0.10.10",
"prettier": "3.3.3",
"ts-node": "^10.9.2",