Need a mongoDB instance running and ./mongodb-data/
directory.
For Docker Desktop need to access to the above directory in
Docker -> Settings -> Resources -> File sharing
in order for the MongoDB to write to the directory.
Use the mongo-docker-start.sh
to start the mongodb database.
The code in this repo is base on the Mongodb connect - using projections to get data faster video.