![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A MySQL binlog listener running on Node.js.
ZongJi (踪迹) is pronounced as zōng jì
in Chinese.
Node.js v0.10+
libmysqlclient-dev
enable MySQL binlog in my.cnf
, here is a sample config, remember to restart MySQL server after making the changes.
Notice that binlog checksum is disabled, ZongJi doesn't support it right now. It's a new feature from MySQL 5.6.
# binlog config
server-id = 1
log_bin = /usr/local/var/log/mysql/mysql-bin.log
binlog_do_db = employees
expire_logs_days = 10
max_binlog_size = 100M
#Very important if you want to receive write, update and delete row events
binlog_format = row
# only do it in mysql 5.6
binlog_checksum = none
I learnt many things from following resources while making ZongJi.
MIT
FAQs
A mysql binlog listener running on Node.js
The npm package zongji receives a total of 430 weekly downloads. As such, zongji popularity was classified as not popular.
We found that zongji demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.