Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 868 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 868 Bytes

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 -n close-mongo-ops-manager

App screenshot