Keyhole MongoDB Exploration Tool Release
This release provides pre-built binaries for the Keyhole tool - a MongoDB deployment exploration utility.
Purpose of this release
This release makes Keyhole accessible across multiple platforms without requiring users to build from source. The original repository doesn't provide pre-built binaries, so I've created this release to make the tool more accessible to the community.
What is Keyhole?
Keyhole is a utility for exploring and analyzing MongoDB deployments. It provides various capabilities including performance testing, log analysis, and cluster comparison.
Included binaries
- keyhole-linux-x64: For Linux users (64-bit)
- keyhole-osx-x64: For macOS users (64-bit)
- keyhole-win-x64.exe: For Windows users (64-bit)
Installation
- Download the appropriate binary for your platform
- Rename it to
keyhole(orkeyhole.exeon Windows) - Make it executable (on Linux/macOS:
chmod +x keyhole) - Place it in your PATH or run it from its location
Version information
This build corresponds to version v1.3.x of the Keyhole project.
Disclaimer
This software is not supported by MongoDB, Inc. under any of their commercial support subscriptions or otherwise. Any usage of keyhole is at your own risk.
Original project
This is a build of the open-source Keyhole project by Kuei-chun Chen, licensed under the Apache-2.0 License.