The Project Mars - easy to use log aggregation and report generation platform.
1.3K
The main goal of the project Mars is to provide an easy to use log agregation and report generation platform.

npm install
node main.js -c config.local/config.local.json
The example assums that the following folders exist:
Config - All paths for the that point to files should be written with the idea that in the example the folder structure is as follows:
docker run --name=Mars -d \
--mount type=bind,source="$(pwd)"/config,target=/root/Mars/config \
--mount type=bind,source="$(pwd)"/output,target=/root/Mars/output \
sjultra/mars:latest /bin/bash -c "node main.js -c ./config/config.local.json"
Content type
Image
Digest
Size
494.8 MB
Last updated
over 5 years ago
docker pull sjultra/mars