
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@jeremiergz/mongodzilla
Advanced tools
Generic RESTful API for MongoDB, not really meant to destroy Tokyo.
npm:
npm install --global @jeremiergz/mongodzilla
Docker:
docker pull jeremiergz/mongodzilla
If installed using npm:
mongodzilla
Or use the alias:
mgz
If installed using Docker:
docker run [-d] -p 20491:20491 jeremiergz/mongodzilla
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
Start the project with:
npm start
Or create a link using npm and start the project:
npm link
mongodzilla
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.
There are 2 ways to start this project. Either by using Node.js or through Docker Compose.
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:
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Generic RESTful API for MongoDB, not really meant to destroy Tokyo.
The npm package @jeremiergz/mongodzilla receives a total of 0 weekly downloads. As such, @jeremiergz/mongodzilla popularity was classified as not popular.
We found that @jeremiergz/mongodzilla demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.