openmessaging/openconnect

OpenMessaging Connect JDBC

wlliqipeng opened this issue · 0 comments

  1. What is it?
    OpenMessaging connect platform is a framework that can be used to stream data to or from commonly used systems such as relational databases or MQ. Connector is the high level abstraction that coordinates data streaming by managing tasks.
    JDBC connector, including source connector and slink connector, allow you to exchange data between relational databases and rocketmq. The JDBC source connector allows you to import data from any relational database with a JDBC driver into rocketmq topics.The JDBC sink connector allows you to export data from rocketmq topics to any relational database with a JDBC driver.

2 How it could be?
TBD

You can refer to odar , which is an implementation of MySQL connector. docs