fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 706 forks source link

Consider using a database wrapper #309

Open JohnMcLear opened 9 years ago

JohnMcLear commented 9 years ago

There are several database wrappers for node, ueberdb being one of my favorites.. Instead of assuming everyone has mongodb how about we use that? https://github.com/pita/ueberDB

asavpatel92 commented 9 years ago

Hi John...I'm trying to do the same. changing MongoDB with some other NoSQL database. did you have any progress with this???

JohnMcLear commented 9 years ago

Hey @asavpatel92 I didn't do anything towards this yet and it's not in my todo list right now. Sorry man!