RocketChat / hubot-natural

Natural Language Processing Chatbot for RocketChat
https://open.rocket.chat/channel/hubot-natural
MIT License
145 stars 44 forks source link

MongoDB Brain #18

Open diegodorgam opened 6 years ago

diegodorgam commented 6 years ago

We need to change the Redis Brain to a persistent brain, where it can persist a more complex objects. As RocketChat comes with a mongoDB server, a good way would be to change it to a MongoDB brain, like this https://github.com/shokai/hubot-mongodb-brain/

Any thoughts?