Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cloudant database as persistent storage using hubot script #25

Open
iStooge opened this issue Jan 5, 2017 · 0 comments
Open

Use Cloudant database as persistent storage using hubot script #25

iStooge opened this issue Jan 5, 2017 · 0 comments

Comments

@iStooge
Copy link

iStooge commented Jan 5, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant