Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mongoeye.zip | 2017-07-12 | 19.2 MB | |
mongoeye.tar.gz | 2017-07-12 | 19.2 MB | |
README.md | 2017-07-12 | 474 Bytes | |
v0.1 source code.tar.gz | 2017-07-12 | 1.3 MB | |
v0.1 source code.zip | 2017-07-12 | 1.8 MB | |
Totals: 5 Items | 41.5 MB | 0 |
- Added support for process objectId as date in aggregation algorithm (local analysis has supported it before). Made possible by SERVER-9406
- Increased required version for aggregation algorithm to
MongoDB 3.5.9
. - Default authentication database is no longer
admin
, but it is the same as the work database. It can by modified with--auth-db
flag. This change unifies the behavior with the official MongoDB tools.