Skip to content

closeio/close-mongo-ops-manager

Repository files navigation

close-mongo-ops-manager

Monitor and kill MongoDB operations (Be advised that this is in a pre-alpha state. Use at your own risk.)

Requirements

Install uv

Once installed you should see something similar to this:

$ uv version
uv 0.5.4 (c62c83c37 2024-11-20)

Use the right Python version

uv python install 3.13

List the Python versions

uv python list

Pin the Python 3.13 version

uv python pin cpython-3.13.0-macos-aarch64-none

Dependencies

Sync the project

uv sync

Running the app

Launch the application

uv run src/close_mongo_ops_manager/app.py --help

Or you can just use uvx

uvx --python 3.13 close-mongo-ops-manager

App screenshot

About

Monitor and kill MongoDB operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages