MongoDB-HoneyProxy

MongoDB-HoneyProxy

A framework for generating log events without the need for infrastructure, allowing for simple, repeatable, and randomized log event creation.

Visit Website

MongoDB-HoneyProxy: A Logging Proxy Tool for the 'MongoDB Apocalypse'

MongoDB-HoneyProxy is a logging proxy tool developed in response to the 'MongoDB Apocalypse'. Pre-requisites: To get started, run the following command: sudo apt-get install nodejs npm gcc g++. Additionally, you will need to install MongoDB for this tool to work properly. Setup: First, create a MongoDB database. Then, generate dummy data using JSON Generator. After that, install the project by cloning the repository and executing npm install. To run the project, simply use the command node index.js. Docker version: To build a Docker image, use the command 'docker build --tag="changeme" .'. Once built, you can run it with 'docker run -d -p 27017:27017 --name="changeme" changeme'. To access the container's shell, use 'docker exec -it changeme bash'.