mycdc/README.md

26 lines
450 B
Markdown
Raw Normal View History

2022-08-15 16:12:17 +00:00
# Asynchronous DB calculations reading the binary log
Clone *zongji* repo into project directory.
```text
git clone https://github.com/juan-ferrer-toribio/zongji.git
cd zongji
git checkout fix-143
```
Install dependencies.
```text
npm i
```
Apply SQL commands from *zongji.sql* into DB.
Launch app.
```text
node index.js
```
## Built With
* [Zongji](https://github.com/nevill/zongji)
* [MySQL2](https://github.com/sidorares/node-mysql2#readme)