mozilla / project_haiku.iot

Mozilla/Connected Devices: Project Haiku
Mozilla Public License 2.0
21 stars 11 forks source link

Store data in MongoDB #146

Open kdsolo opened 8 years ago

kdsolo commented 8 years ago

Currently we are using text files to store data. We need to move this to a more formal database like MongoDB to avoid breaking our web API when using Heroku. It will also allow the implementation of access control more easily.

SubhayanDas08 commented 3 years ago

I have done some work on MongoDB and would like to work on this issue.