RSS | Module Info | Add a review of MongoDB

1 out of 1 found this review helpful:

MongoDB (0.26) *****

Yes, you need to read the MongoDB documentation to use this - but that's like having to learn a bit of SQL to use DBD::mysql.

The API is very similar to the APIs in other languages but yet very "Perl-ish". It uses Moose, so it brings a good foundation to build your own abstractions on top.

Ask Bjoern Hansen! - 2009-11-24 14:48:34
Was this review helpful to you?  Yes No

MongoDB (0.26) ****

I'd rather note that you need to read others due to insufficient documents of this module in the first place. It's better for you to see Mongo Documentation, http://www.mongodb.org/display/DOCS/Home, specifically Perl Tutorial; so minus one star.

Next, as of this writing, the behaviour of the module isn't stable, for example causing a segv under my circumstance with issuing "shutdown" command via run_command of MongoDB::Database. That is, the client side crashes, while the server side is safely terminated; so minus one star.

At any rate, I'd expect the improvement of the module.

P.S.
As of 0.26(or 0.25?), MongoDB::Tutorial is added.
The document might become your first footing; so plus one star.

Taro Nishino - 2009-11-04 05:55:48
Was this review helpful to you?  Yes No


the camel