Closed GETandSELECT closed 8 years ago
mtools
is an Apache-licensed open source project started by an engineer at MongoDB (Thomas Rueckstiess), and currently resides in his personal GitHub account. As per the disclaimer in the project README.md, mtools
is not directly supported by MongoDB, Inc: https://github.com/rueckstiess/mtools/blob/develop/README.md#disclaimer.
As you've noted, the tools are popular for users supporting MongoDB deployments (which includes consultants and support engineers). The tools are often referenced in blog posts or webinars about diagnostics and debugging for MongoDB, as log forensics are a powerful aid.
Contribution to mtools
are very welcome; see: Contributing to mtools. Many of the current contributors/collaborators also happen to work at MongoDB (myself included), but are contributing in spare time out of interest in keeping the tools maintained for our own usage.
Changes to the MongoDB server codebase are independent of mtools. For example, see: #409.
Regards, Stennie
I know that MongoDB consultants and MongoDB support uses very much
mtools
.Is
mtools
completely independent from MongoDB? Please write a few lines about the connection to MongoDB Inc.