MongoDB
"MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era." - https://www.mongodb.com
Tricks and Usage
Start mongodb locally using docker
docker run -d -p 27017:27017 --name mongotest mongo:4.2
See Also
- robo-3t: mongodb GUI (
brew cask install robo-3t
) - https://hub.docker.com/_/mongo