inital commit
This commit is contained in:
9
deployments/mongodb.json
Executable file
9
deployments/mongodb.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{"name": "mongo-source",
|
||||
"config": {
|
||||
"connector.class":"com.mongodb.kafka.connect.MongoSourceConnector",
|
||||
"connection.uri":"mongodb://localhost:27017",
|
||||
"database":"strava",
|
||||
"collection":"workout",
|
||||
"copy.existing": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user