{ "db": { "host": "localhost", "port": 3306, "user": "zongji", "password": "password" }, "includeEvents": [ "tablemap", "writerows", "updaterows", "deleterows" ], "flushInterval": 5000, "queue": "orderRecalc", "addQuery": "INSERT INTO `hedera`.`orderRecalc` (`orderFk`) VALUES ?", "includeSchema": { "hedera": { "order": { "fk": "id", "events": ["updaterows"], "columns": [ "id", "address_id", "company_id", "date_send", "customer_id" ] }, "orderRow": { "fk": "orderFk", "columns": [ "id", "orderFk", "itemFk", "warehouseFk", "shipment", "amount" ] } } } }