0

I am developing product which is fully relational. I researched on both options and I am happy with both documentations. But I am still confused on - what to use ? Either go with Mongoid or Mongomapper?

I checked the link Mongoid or MongoMapper? which is very old. I want to know for today's date which option is suitable?

Community
  • 1
  • 1
Gaurav Mamidwar
  • 338
  • 1
  • 12
  • 2
    "fully relational" and MongoDB? There must be something wrong here... Use ActiveRecord and a SQL database. – p4sh4 Aug 17 '15 at 06:45
  • Thanks for reply.... But actually its going to be very large database and at the same time required quick response which Mongodb can do. This is the reason I need to go with Mongo – Gaurav Mamidwar Aug 17 '15 at 07:05
  • In terms of performance MongoDB is much better than Mysql and this is what the basic need of product... – Gaurav Mamidwar Aug 18 '15 at 04:47

1 Answers1

0

Mongoid has been officially incorporated under the MongoDB umbrella. It is a more mature product and it's actively developed, compared with MongoMapper.

I'd definitely not use MongoMapper for a new project.

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364