This is a Heroku buildpack to run mongo commands (http://www.mongodb.org/).
It installs MongoDB 3.4.6 for Ubuntu 14.04 from https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1404-3.4.6.tgz.
Example usage:
$ heroku create myapp --buildpack http://github.com/Lendix/heroku-buildpack-mongo.git
$ git push heroku master
or:
$ heroku buildpacks:add http://github.com/Lendix/heroku-buildpack-mongo.git