Installing
CPAN$ sudo cpan MongoDB The Perl driver is available through CPAN as the package MongoDB. It should build cleanly on *NIX and Windows (via Strawberry Perl). Manual (Non-CPAN) InstallationIf you would like to try the latest code or are contributing to the Perl driver, it is available at Github. There is also documentation generated after every commit. You can see if it's a good time to grab the bleeding edge code by seeing if the build is green. To build the driver, run: $ perl Makefile.PL $ make $ make test # make sure mongod is running, first $ sudo make install Please note that the tests will not pass without a mongod process running. Big-Endian SystemsThe driver will work on big-endian machines, but the database will not. The tests assume that mongod will be running on localhost unless %ENV{MONGOD} is set. So, to run the tests, start the database on a little-endian machine (at, say, "example.com") and then run the tests with: MONGOD=example.com make test A few tests that require a database server on "localhost" will be skipped. Next StepsThere is a tutorial and API documentation on CPAN. If you're interested in contributing to the Perl driver, check out Contributing to the Perl Driver. MongoDB Perl ToolsEntities::Backend::MongoDBEntities::Backend::MongoDB is a backend for the Entities user management and authorization system stores all entities and relations between them in a MongoDB database, using the MongoDB module. This is a powerful, fast backend that gives you all the features of MongoDB. MojoX::Session::Store::MongoDBMojoX::Session::Store::MongoDB is a store for MojoX::Session that stores a session in a MongoDB database. Created by Ask Bjørn Hansen. MongoDB::AdminMongoDB::Admin is a collection of MongoDB administrative functions. Created by David Burley. MongoXMongoX - DSL sugar for MongoDB |

PLEASE POST QUESTIONS IN THE USER GROUPS FORUM. Post non-question comments and helpful hints here.
blog comments powered by Disqus