This repository contains various scripts, tools, and other resources referenced in MongoDB Knowledge Base articles.
The repository structure is the following:
kb-assets
├── ...
├── assetName
│ ├── README.md
│ └── asset
├── latencyStats
│ ├── README.md
│ └── latency.js
└── ...
Each script and asset folder contains its own README.md providing detailed usage instructions, including prerequisites, parameters, outputs, and specific warnings, if applicable.
Please note: all tools and scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. We disclaim any and all warranties, either express or implied, including but not limited to any warranty of noninfringement, merchantability, and/or fitness for a particular purpose. We do not warrant that the technology will meet your requirements, that the operation thereof will be uninterrupted or error-free, or that any errors will be corrected. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been tested, and we are not responsible for any damage or data loss incurred with their use. You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.
If you encounter any issues or need clarification regarding the scripts in this repository:
- See the individual script's
README.md
for specific details. - Contact the MongoDB Support Team if further assistance is required.