feat: Use MongoDB to save the datalake

This commit is contained in:
Lucàs
2024-11-11 23:09:59 +01:00
parent cde872ca55
commit 6975765e18
36 changed files with 862 additions and 517 deletions
+2
View File
@@ -22,6 +22,7 @@
"express": "^4.21.0",
"fast-csv": "^5.0.1",
"jsonschema": "^1.4.1",
"mongoose": "^8.8.1",
"mysql": "^2.18.1",
"reflect-metadata": "^0.2.2",
"tar-stream": "^3.1.7",
@@ -30,6 +31,7 @@
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/mongoose": "^5.11.96",
"@types/node": "^22.5.5",
"@types/tar-stream": "^3.1.3",
"@types/unzipper": "^0.10.10",