Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

mongodb-bridge ☁︎ ⇄ localhost:27017 ⇄ localhost:27018. ℹ︎ http://localhost:27019/ ℹ︎ +0ms

Latest
Compare
Choose a tag to compare
@imlucas imlucas released this 20 Jun 11:46
· 9 commits to master since this release

Just a cleanup release that is less chatty.

Install

OSX

wget https://github.com/imlucas/mongodb-bridge/releases/download/v0.0.5/mongodb-bridge_osx_64 && \
   chmod +x mongodb-bridge_osx_64 && \
    mv mongodb-bridge_osx_64 /usr/local/bin/mongodb-bridge;

Linux

wget https://github.com/imlucas/mongodb-bridge/releases/download/v0.0.5/mongodb-bridge_linux_64 && \
   chmod +x mongodb-bridge_linux_64 && \
    sudo mv mongodb-bridge_linux_64 /usr/local/bin/mongodb-bridge;

Windows

Binary still baking....