MongoElasticsearchSync.json for _
include "mongo.properties"
include "mongo.conf"
include "elasticsearch.properties"
include "elasticsearch.conf"
source = ${mongo}
source {
db: mongo_persist_it
collection: activity
}
destination = ${elasticsearch}
destination {
index: mongo_elasticsearch_sync_it
type: activity
forceUseConfig": true
}
sbtx -210 -sbt-create set resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository" set libraryDependencies += "org.apache.streams" % "mongo-elasticsearch-sync" % "0.4-incubating-SNAPSHOT" set fork := true set javaOptions +="-Dconfig.file=application.conf" run org.apache.streams.example.MongoElasticsearchSync
docker run apachestreams/mongo-elasticsearch-sync java -cp mongo-elasticsearch-sync-jar-with-dependencies.jar org.apache.streams.example.MongoElasticsearchSync