vlab-research / botscribe

Stores messages in DB
0 stars 0 forks source link

Publish messages as key/value on a db #2

Open tonyghiani opened 5 years ago

tonyghiani commented 5 years ago

Need to set the received messages into a database, which field are we supposed to post into the database? Only the message value or every information retrieved in the kafka message?

Also, related to the database, do we need to work on an external package to create the key/value publish interface on postgres?

nandanrao commented 5 years ago

Only the message value!

And yes, that what the repos chatbase-postgres and chatbase-gcs are for!