Coder Social home page Coder Social 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

alluxio icon alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud

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

braft icon braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.

canal icon canal

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

cgofuse icon cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD

cli11 icon cli11

CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

concurrentqueue icon concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11

curve icon curve

Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage.

dyad icon dyad

Asynchronous networking for C

etcd icon etcd

Distributed reliable key-value store for the most critical data of a distributed system

fsnotify icon fsnotify

Cross-platform file system notifications for Go.

fuse icon fuse

A Go package for implementing a FUSE file system.

go icon go

The Go programming language

go-cache icon go-cache

An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.

groupcache icon groupcache

groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.

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

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.