MongoDB is a high-performance, schema-free, document-oriented ("NoSQL") database. The mongodb-devel port tracks the rapid release cycle which makes new features available faster but is not supported.
MongoDB is a high-performance, schema-free, document-oriented ("NoSQL") database. The mongodb-devel port tracks the rapid release cycle which makes new features available faster but is not supported.
To install mongodb-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mongodb-devel
To see what files were installed by mongodb-devel, run:
port contents mongodb-devel
To later upgrade mongodb-devel, run:
sudo port selfupdate && sudo port upgrade mongodb-devel
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.