MongoDB is a high-performance, schema-free, document-oriented ("NoSQL") database. The mongodb port tracks the annual major release cycle which focuses on stability.
MongoDB is a high-performance, schema-free, document-oriented ("NoSQL") database. The mongodb port tracks the annual major release cycle which focuses on stability.
To install mongodb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mongodb
To see what files were installed by mongodb, run:
port contents mongodb
To later upgrade mongodb, run:
sudo port selfupdate && sudo port upgrade mongodb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.