axfcampos / mongitor

Monitor mongodb activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Monitor mongodb activity

License:MIT License


Languages

Language:Clojure 75.6%Language:CSS 12.9%Language:HTML 11.5%