Socket
Book a DemoInstallSign in
Socket

@jeremiergz/mongodzilla

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jeremiergz/mongodzilla

Generic RESTful API for MongoDB, not really meant to destroy Tokyo.

1.2.1
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

MongodZilla

npm version Build Status Dependencies Status DevDependencies Status License

MongodZilla

Install MongodZilla (safe, at this point...)

npm:

npm install --global @jeremiergz/mongodzilla

Docker:

docker pull jeremiergz/mongodzilla

Wake MongodZilla up (ok, you should really start to worry!)

If installed using npm:

mongodzilla

Or use the alias:

mgz

If installed using Docker:

docker run [-d] -p 20491:20491 jeremiergz/mongodzilla

Build MongodZilla up (don't worry, it's safe, unless you're living in Tokyo...)

Grab the project from GitHub:

Using HTTPS:
git clone https://github.com/jeremiergz/mongodzilla.git

Using SSH:
git clone git@github.com:jeremiergz/mongodzilla.git

Cd into the directory and run:

npm install
npm run build

npm

Start the project with:

npm start

Or create a link using npm and start the project:

npm link
mongodzilla

Docker Compose

A docker-compose.yml is present and can be used as easily as typing:

docker-compose up [-d]

It will create and start a MongoDB database container and MongodZilla container as well.

Project configuration

There are 2 ways to start this project. Either by using Node.js or through Docker Compose.

To run with Node.js

Prerequisites

  • Running MongoDB database (either using shell or Docker)
  • Set MONGODB_HOST env variable if necessary (default: 127.0.0.1)
  • Set MONGODB_PORT env variable if necessary (default: 27017)

To run with Docker Compose

Prerequisites

  • Having Docker & Docker Compose installed
  • Set MONGODB_HOST env variable with the MongoDB container hostname
  • Set MONGODB_PORT env variable with the MongoDB container port number

Eureka client (extra bonus)

You can link MongodZilla to an existing Eureka Server by setting a few environment variables.

To activate the client and configure the server reaching endpoint, set the following variables:

  • EUREKA_CLIENT=true (default: false)
  • EUREKA_SERVER_HOST=<server hostname> (default: 127.0.0.1)
  • EUREKA_SERVER_PORT=<server port number> (default: 8761)

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

docker

FAQs

Package last updated on 25 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.