/snapshot-mongodb-adapter

MongoDB Adapter for the Snapshot Store

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

snapshot-mongodb-adapter

MongoDB Adapter for the Snapshot Store

Build Status Coverage Status Gitter

Indexing

For faster access to the snapshots, it's recommended to index the metadata.

For example:

db.user_snapshot.files.createIndex({aggregate_type: 1, aggregate_id: 1});

Support

Contribute

Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

Dependencies

Please refer to the project composer.json for the list of dependencies.

License

Released under the New BSD License.