Go to file
Juan Ferrer c43023b897 Config fix 2022-08-15 18:29:36 +02:00
.gitignore First commit 2022-08-15 18:12:17 +02:00
README.md First commit 2022-08-15 18:12:17 +02:00
config.json Config fix 2022-08-15 18:29:36 +02:00
index.js First commit 2022-08-15 18:12:17 +02:00
package-lock.json First commit 2022-08-15 18:12:17 +02:00
package.json First commit 2022-08-15 18:12:17 +02:00
zongji.sql First commit 2022-08-15 18:12:17 +02:00
zongji.undo.sql First commit 2022-08-15 18:12:17 +02:00

README.md

Asynchronous DB calculations reading the binary log

Clone zongji repo into project directory.

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

Install dependencies.

npm i

Apply SQL commands from zongji.sql into DB.

Launch app.

node index.js

Built With