26 lines
450 B
Markdown
26 lines
450 B
Markdown
|
# 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)
|