MongoDB is an open-source NoSQL document database that uses a JSON-like schema instead of traditional table-based relational data.
A key goal of MongoDB is to bridge the gap between:
https://github.com/fakemongo/fongo
https://www.mongodb.com/cloud/atlas
docker run -itd --name mongo -p 27017:27017 bitnami/mongodb:latest
then login with the connection string
mongodb://localhost:27017