How to connect mongodb with magento?

Can someone suggest me some article or url that will explain how to configure magento with Mongodb as a model resource for a particular module, say Catalog / Product. I tried to find from this URL , but I get a fatal getConnection error, as indicated below.

Error:

Fatal error: Call to a member function getConnection() on a non-object in /app/code/core/Mage/Core/Model/Resource/Db/Abstract.php on line 322 
+4
source share
1 answer

Have you tried this? https://magento.stackexchange.com/questions/16265/connecting-mongodb-odm-to-magento

They had several ideas, maybe one will help you :)

+1
source

Source: https://habr.com/ru/post/1531272/


All Articles