facebookarchive / flashback

Capture and replay real mongodb workloads
Other
217 stars 72 forks source link

use mongodb URI instead of host & port to allow for auth #7

Closed jameswahlin closed 9 years ago

jameswahlin commented 9 years ago

Currently the Record tool cannot pull operation data from a mongod instance using authentication. Using the MongoDB URI to connect will allow for this.

tredman commented 9 years ago

Looks good, thanks!