Back to overview
MongoDB as new storage engine in MailerQ 0.7.3
Published on August 21, 2013 |
By MailerQ
In MailerQ 0.7.3 we have added support for MongoDB as a storage engine.
However because of the fact that mongo-c-driver library API is not yet stable, current release works only with mongo-c-driver 0.7 and 0.7.1.
To use MongoDB as a storage engine for MailerQ follow instructions below.
First you have to install mongo-c-driver on your MailerQ machine as described:
Then you have to set storage in your MailerQ config file to:
However because of the fact that mongo-c-driver library API is not yet stable, current release works only with mongo-c-driver 0.7 and 0.7.1.
To use MongoDB as a storage engine for MailerQ follow instructions below.
First you have to install mongo-c-driver on your MailerQ machine as described:
wget https://github.com/mongodb/mongo-c-driver/archive/v0.7.1.tar.gz tar -xzf v0.7.1.tar.gz cd mongo-c-driver-0.7.1 make sudo make install
Then you have to set storage in your MailerQ config file to:
storage: mongo://hostname/database/collectionFor example:
storage: mongo://localhost/mailerq/mailerq