Skip to content

sakserv/mypipe-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPipe Example

mypipe is a MySQL binlog -> Kafka replicator.

The goal of this project is to demonstrate the following data pipeline:

  1. MySQL RDS binlog -> mypipe
  2. mypipe -> Kafka

Usage

The following outlines how to use this project.

  • Clone the repo:
cd /tmp && git clone https://github.com/sakserv/mypipe-example.git
  • Create the Kafka Topic (if auto creation of topics is disabled)
cd /tmp/mypipe-example && bash -x bin/create_kafka_topic.sh <topic_name>
Note: MyPipe uses the following for topic name: <database>_<table>_generic
  • Modify the environment config
cd /tmp/mypipe-example && vi conf/env.cfg
  • Build, Configure and Start mypipe
cd /tmp/mypipe-example && bash -x bin/mypipe.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published