RADAR-base / RADAR-Docker

Integrated Docker Stack for the RADAR mHealth Streaming Platform Components
https://hub.docker.com/u/radarbase/dashboard/
Apache License 2.0
16 stars 16 forks source link

MongodbConnector configurations for topics #146

Open nivemaham opened 6 years ago

nivemaham commented 6 years ago

I have a couple of questions about configuring topics for mongodb-connector.

  1. Do we currently configure application status topics for mongo-db-connector? If so what are the values and how do we decide it?
  2. What is the systematic way of configuring questionaire-completion-log topic for mongodb-connecotor? @yatharthranjan @blootsvoets
yatharthranjan commented 6 years ago

It would be best to aggregate it via streams so that the key contains a start and end and so each document has a unique id. Otherwise right now all the records from a single source would be overwritten in mongo.

nivemaham commented 6 years ago

Ok. My question was more about how the mongo.sink.connector.properties are configured from the script during installation. But however, I assume this requires some changes on streams as well.