sylph icon indicating copy to clipboard operation
sylph copied to clipboard

add mongo sink

Open nimuyuhan opened this issue 6 years ago • 0 comments

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

nimuyuhan avatar Jun 03 '19 06:06 nimuyuhan