linkedin / databus

Source-agnostic distributed change data capture system
Apache License 2.0
3.64k stars 733 forks source link

[Question] What are the databases supported by Databus #112

Open Sundarcj opened 6 years ago

Sundarcj commented 6 years ago

can anyone tell me how to connect to NOSQL Db ? And what are the databases can be connected to databus

tanziqi commented 6 years ago

support : mysql and oracle . you can decide for yourself how to consume. see: https://github.com/liukelin/canal_mysql_nosql_sync/blob/master/python_sync_nosql/sync_redis.py refer to the above implementation, modify your databus PersonConsumer.java.