I'm looking into learning MongoDB for a particular job that I think it would be better suited to than our current MariaDB only LAMP stack at my workplace, but I'm not sure which of these would be better to go with.
Their official download page:
https://www.mongodb.com/docs/manual/...odb-on-ubuntu/
or
apt-cache search mongo (if this option, which one of these packages would be best)
mongodb - object/document-oriented database (metapackage)
mongodb-clients - object/document-oriented database (client apps)
mongodb-dev - MongoDB C++ Driver (transitional package)
mongodb-server - object/document-oriented database (managed server package)
mongodb-server-core - object/document-oriented database (server binaries package)
I, and the company I work for also use php a lot and I seen this in the apt-cache search as well:
php8.1-mongodb - MongoDB driver for PHP
If my or my company were to need the mongo/php driver, would we also be able to get/use it if we installed the version from the official site?
Thanks.