Skip to content

prolic/snapshot-mongodb-adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snapshot-mongodb-adapter

MongoDB Adapter for the Snapshot Store

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});

About

MongoDB Adapter for the Snapshot Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%