You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i successfully connected my ibmcloud cloudant database to hubot. With the command hubot cloudant create database db1 i can now create a database.
But how can I interact with the database using a Hubot script?
I want to store data from several objects in the database. For example an object of the following class:
The topic for the object is set by the users. To store all data about the brainstorm session i want to push this data to cloudant, because i do not like the way the Hubot redis brain works.
Best Regards,
iStooge
The text was updated successfully, but these errors were encountered:
Hello,
i successfully connected my ibmcloud cloudant database to hubot. With the command
hubot cloudant create database db1
i can now create a database.But how can I interact with the database using a Hubot script?
I want to store data from several objects in the database. For example an object of the following class:
class Brainstorm phases: ["init", "introduction", "ideation", "evaluation", "voting"] currentPhase: 0 brainstormLength: 25 phaseLength: [0, 1, 9, 10, 5] topic: "" ...
The topic for the object is set by the users. To store all data about the brainstorm session i want to push this data to cloudant, because i do not like the way the Hubot redis brain works.
Best Regards,
iStooge
The text was updated successfully, but these errors were encountered: