binlogo

module
v2.0.7-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2025 License: MIT

README

Go Reference Go Report Card codecov GitHub commit activity

Binlogo is the distributed, visualized application based on MySQL binlog. In short, binlogo is to process the data changes of MySQL into easily understand messages and output to different systems according to the user's configuration. Here are part of advantages:

  • Distributed, multi node improves availability of the whole system.
  • Visualization, can complete common operations and observe the status of the whole cluster in the control website
  • It can be output to multiple queues or other applications, and new outputs are constantly added
Get Started

Follow the steps.

avatar

avatar

  • Run pipeline.

Click button to run the pipeline instance.

avatar

  • Operation condition.

You can see the operation condition of pipeline.

avatar

avatar

  • See the output

Insert some into mysql, watch the ouput on stdout.

avatar

avatar

  • Configuration output to Kafka
  • High performance, possible data loss.
    • acks=1
    • enable.idempotence=false
    • compression.type=snappy
    • retries=0
  • For reliability performance:
    • acks=-1
    • enable.idempotence=true
    • retries=3 or larger one

avatar

avatar

Docker

Docker Hub

  # docker pull jin06/binlogo
  # docker run -e REDIS_ADDR=127.0.0.1 -e REDIS_PORT=6379 -e REDIS_PASSWORD=yourpassword -e REDIS_DB=0  --name BinlogoNode -it -d -p 8081:8081 jin06/binlogo:latest

avatar

Kubernetes
Other outputs
Docs
Questions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL