Go to file
Guillermo Bonet 5857c2294e
gitea/mylogger/pipeline/head This commit looks good Details
fix: Unhandled connection in closed state
2024-08-28 10:56:16 +02:00
.vscode refs #5541 Fixes: deploy, error handling, various fixes 2023-04-10 13:56:06 +02:00
config feat: refs #6449 add summaryId 2024-07-30 13:13:30 +02:00
lib fix: refs #4409 Default schema & CI code clean 2024-04-05 11:33:50 +02:00
.gitignore refs #5563 config splited, log on old entity 2023-05-30 20:09:05 +02:00
Dockerfile refs #5563 Dockerfile fix: lib directory copied 2023-06-02 12:56:36 +02:00
Jenkinsfile fix: refs #4409 Default schema & CI code clean 2024-04-05 11:33:50 +02:00
LICENSE First commit 2023-04-08 15:08:37 +02:00
README.md refs #5563 README fixes 2023-06-08 19:20:30 +02:00
docker-compose.yml fix: refs #4409 Default schema & CI code clean 2024-04-05 11:33:50 +02:00
index.js First commit 2023-04-08 15:08:37 +02:00
mylogger.js fix: Unhandled connection in closed state 2024-08-28 10:56:16 +02:00
package-lock.json refs #5900 Log before into old origin when origin changes 2023-06-25 18:39:58 +02:00
package.json fix: Unhandled connection in closed state 2024-08-28 10:56:16 +02:00
zongji.sql First commit 2023-04-08 15:08:37 +02:00
zongji.undo.sql First commit 2023-04-08 15:08:37 +02:00

README.md

MySQL and MariaDB data changes auditor

Enviroment setup

Because a bug with MariaDB wich it's fix is pending to be merged into main project branch, a zongji fork must be cloned into project root directory. More info at https://github.com/nevill/zongji/issues/143

git clone https://github.com/juan-ferrer-toribio/zongji.git
cd zongji
git checkout fix-143

Apply zongji.sql script into DB.

Copy config.json to config.local.json and place your local configuration there.

Install dependencies.

npm install

Run application

Launch app.

node index.js

Built With