Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Jackkkie/keyhole

Keyhole MongoDB Tool v1.3.1

28 Mar 02:13
0b15d1d

Choose a tag to compare

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

  1. Download the appropriate binary for your platform
  2. Rename it to keyhole (or keyhole.exe on Windows)
  3. Make it executable (on Linux/macOS: chmod +x keyhole)
  4. 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.