sylph
sylph copied to clipboard
add mongo sink
I add a mongo sink. Use the following. create sink table mongo_sink( id varchar ) with ( type = 'mongo', serverAddress = ':3717', userName = '', passWord = '', dataBase = '', collection = '***' );