This repository was archived by the owner on May 7, 2018. It is now read-only.
Notable Changes
- Official support for replicaset and cluster deployments
- Use mongodb-collection-sample which supports
$sampleavailable, falling back to client-side reservoir sampling - Dramatically improved documentation and test coverage
JIRA
- INT-276 Use
$samplewhen available, falling back to client-side reservoir sampling - INT-378 Use
sort({$natural: -1})for reservoir sampling - INT-393 Official support for replicaset and cluster deployments
- INT-442 Set
slaveOk=trueto allow reading from secondaries - INT-506 socket.io endpoint refactored to use existing express middleware
- INT-520
scout-servernow runs as a child process from the main Electron app so uncaught exceptions in the server will no longer cause exceptions in the Electron app