Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 937 Bytes

File metadata and controls

41 lines (22 loc) · 937 Bytes

Build Status

mongitor

Monitor mongodb activity

Current Features

You can list the current ongoing operations and kill them.

Prerequisites

You will need Leiningen 2.0 or above installed.

If you have homebrew:

  • brew install leiningen

Running

ENV variables:

  • DATABASE_URI: The uri to the mongodb database

To be able to visualize and kill operations you need ADMIN access to the database.

To start a web server for the application, run:

lein run

Live code reloading

lein figwheel

To create a standalone executable for your application simply run

lein uberjar

How it looks

Mongitor MVP