mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-22 16:04:18 +00:00
4 lines
161 B
Bash
4 lines
161 B
Bash
|
#!/usr/bin/env bash
|
||
|
repo=$(git rev-parse --show-toplevel)
|
||
|
mongoimport --db='reviews' --collection='reviews' --file="$repo/data/raw/reviewsexport.json" --verbose
|