Code Monkey home page Code Monkey logo

DB2LogSync

Config files for my GitHub profile.

DB2LogSync 是一款基于日志解析的CDC工具,通过解析DB2 REDO文件,获取变化的数据,写入KAFKA或者文件。 目前支持DB2 V9.7+ ,支持DB2 10 和11的所有版本。 支持AIX,WINDOWS,LINUX系统。 暂不支持DDL同步。

输出格式类似Debeizum.

{"lsn":434272025,"xid":"142756190093312","row":1,"payload":[{"op":"d","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"before":{"C1":"aaa","C2":null,"C3":null,"C4":"ddddd"}}]} {"lsn":434272025,"xid":"166923971067904","row":1,"payload":[{"op":"d","schema":{"owner":"DB2INST1","table":"T03"},"rid":7,"before":{"C1":"aaa","C2":null,"C3":null,"C4":"ddddd"}}]} {"lsn":434272025,"xid":"142756190093312","row":1,"payload":[{"op":"d","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"before":{"C1":"aaa","C2":null,"C3":null,"C4":"ddddd"}}]} {"lsn":438067702,"xid":"230927590490112","row":1,"payload":[{"op":"c","schema":{"owner":"DB2INST1","table":"T03"},"rid":7,"after":{"C1":"1","C2":"1","C3":"1","C4":"1"}}]} {"lsn":438072909,"xid":"268310985834496","row":1,"payload":[{"op":"c","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"after":{"C1":"1","C2":"1","C3":"1","C4":"1","C5":1}}]} {"lsn":438072909,"xid":"268310985834496","row":1,"payload":[{"op":"c","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"after":{"C1":"1","C2":"1","C3":"1","C4":"1","C5":1}}]} {"lsn":438072909,"xid":"268310985834496","row":1,"payload":[{"op":"c","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"after":{"C1":"1","C2":"1","C3":"1","C4":"1","C5":1}}]} {"lsn":438072909,"xid":"268310985834496","row":1,"payload":[{"op":"c","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"after":{"C1":"1","C2":"1","C3":"1","C4":"1","C5":1}}]} {"lsn":438072909,"xid":"268310985834496","row":1,"payload":[{"op":"c","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"after":{"C1":"1","C2":"1","C3":"1","C4":"1","C5":1}}]} {"lsn":438072909,"xid":"268310985834496","row":1,"payload":[{"op":"c","schema":{"owner":"DB2INST1","table":"T03"},"rid":8,"after":{"C1":"1","C2":"1","C3":"1","C4":"1","C5":1}}]}

meilirensheng's Projects

anything-llm icon anything-llm

A multi-user ChatGPT for any LLMs and vector database. Unlimited documents, messages, and storage in one privacy-focused app. Now available as a desktop application with a built-in LLM!

asmaul icon asmaul

Read out files directly from Oracle ASM Disks or Image files.

awesome-go icon awesome-go

A curated list of awesome Go frameworks, libraries and software

canal icon canal

阿里巴巴 MySQL binlog 增量订阅&消费组件

dyad icon dyad

Asynchronous networking for C

go icon go

The Go programming language

jsqlparser icon jsqlparser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern

mysql icon mysql

Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package

oblogproxy icon oblogproxy

A proxy service of incremental log of OceanBase

open-replicator icon open-replicator

Open Replicator is a high performance MySQL binlog parser written in Java. It unfolds the possibilities that you can parse, filter and broadcast the binlog events in a real time manner.

oracledts icon oracledts

OracleDTS是一款全量或者部分的数据传输工具,主要将Oracle数据写入MySQL或者Postgresql。后续将会引入写文件和KAFKA。

oraclemigrate icon oraclemigrate

一款基于OCI的Oracle在线迁移工具,程序采用DIRECT PATH WRITE方式。

pglogical icon pglogical

Logical Replication extension for PostgreSQL 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.

sersync icon sersync

Automatically exported from code.google.com/p/sersync

snapraid icon snapraid

A backup program for disk arrays. It stores parity information of your data and it recovers from up to six disk failures

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.