rueckstiess / mtools

A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.89k stars 402 forks source link

mtools not affiliated to MongoDB? Independent from MongoDB? #440

Closed GETandSELECT closed 8 years ago

GETandSELECT commented 8 years ago

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.

screen shot 2016-08-28 at 09 53 08

stennie commented 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