howdyai / botkit-cms

An open tool for designing, building and managing interactive dialog systems
https://botkit.ai
MIT License
265 stars 92 forks source link

Mongodb support #9

Open pezholio opened 5 years ago

pezholio commented 5 years ago

Fixes #1

I've updated the PR from https://github.com/howdylabs/ministudio/pull/2 to get it up to date with where botkit-cms is now. Everything seems to work from a cursory glance, but lemme know if anything needs fixing.

jakobo commented 5 years ago

Hey @pezholio, how difficult would it be to rework the storage pieces you've got here into something closer botkit's Storage API example here? This way there's a consistent API for filesystem storage, mongo storage, etc and if someone wants to add postgres or another db system we're not adding a bunch of conditional logic.