Monitor mongodb activity
You can list the current ongoing operations and kill them.
You will need Leiningen 2.0 or above installed.
If you have homebrew:
brew install leiningen
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