wzjoriv / LAR-backend

Last-Mile Aerial Routing backend. Develops routes and routing avoidance map based on location
MIT License
3 stars 0 forks source link

Setup mongodb and load datasets #9

Closed richard-donbosco closed 1 year ago

richard-donbosco commented 1 year ago

TODO:

richard-donbosco commented 1 year ago

tutorial link mongodb

https://www.tutorialspoint.com/mongodb/mongodb_overview.htm

richard-donbosco commented 1 year ago

have a script to download the datasets locally

richard-donbosco commented 1 year ago

How to execute mongobd docker server:

docker run --name mongodb -d -p 27017:27017 -v ~/github/LAR-backend/src/data/mongodb:/data/db  mongo
wzjoriv commented 1 year ago

Datasets:

richard-donbosco commented 1 year ago

https://www.mongodb.com/compatibility/json-to-mongodb

https://www.mongodb.com/docs/mongodb-shell/crud/read/

wzjoriv commented 1 year ago

Command to create anaconda environment:

conda env create --file=environment.yml 
conda activate lar