Smile-SA / mongogento

98 stars 48 forks source link

Does MongoGento Work on Magento Community Edition? #4

Closed akh2013 closed 8 years ago

akh2013 commented 9 years ago

Hello,

Your project to integrate Mage and MongoDB looks awesome. I wish to contribute to the project. Does your project work with Magento Community edition? I am working on Mage CE 1.8

Regards,

Aks

ayoubice commented 9 years ago

It does't support Magento CE yet.

edudemy commented 8 years ago

Cm_Mongo supports Magento CE. Pls bring the support for MongoGento too. https://github.com/colinmollenhour/magento-mongo

romainruaud commented 8 years ago

MongoGento is compatible with Magento CE and EE.

shabnambanu1983 commented 7 years ago

Hi,

  Please confirm me whether mongomagento will work with C.E 1.9.1 . Will it be good enought to handle 1M products .

Thanks, Shabnam

romainruaud commented 7 years ago

Hello @shabnambanu1234 ,

yes MongoGento is working fine with latest Magento 1 CE Version.

We have the module running in production for websites having more than 3 millions products, so it should fit your needs.

Regards,

shabnambanu1983 commented 7 years ago

Thanks @romainruaud . Will it also work if a multivendor marketplace magento extension have been added? It would be great if you can provide me the documentation to do the integration . I have this site www.femiza.com running and planning to bring in few million product. I read about a magento caching from smile. How is that helpful and will that work with magento C.E 1.9.1 . Does Smile provide these integration services ? What are the prices? I am sorry for putting a lots of questions at once. Your suggestions are really very helpful . I really appreciate the time you took out of your schedule to provide suggestions. Thanks.

shabnambanu1983 commented 6 years ago

Hi @romainruaud ,

         The data you provided that this is in production with more than 3 millions products. Does it include the fact that the production environment has Shards and replicas? 

          Can you please provide me installation/setup instruction for this. I could not find any.

Thanks, Shabnam

southerncomputer commented 6 years ago

The instructions are on the main page! This module works best with smile's elastic search for M1 but requires custom bridge to work together!

Basically you install this module, then use the (mongogento) convert routine to move your EAV data to mongodb - then clean out your current mysql tables - then go to town.

Or if you have no product data imported now, just install this module and begin using the data but don't import products using direct-sql applications like magmi, otherwise you'll end up loading the data into mysql - then have to move it to mongodb, which doesn't really work out that hot!

shabnambanu1983 commented 6 years ago

Thanks Sam :) . Appreciate it .