Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Q1: what db are you guys using for nodebb, and when do you choose one over the other and why?
Sure, it all depends on x,y,z. but would like to hear from the devs who are actually making it and using it.
MongoDB is the recommended data store.
For development I use redis because it is just easier for me to use (e.g. zrange sortedSet 0 -1 vs db.objects.find({ _key: "sortedSet" }).pretty();)
zrange sortedSet 0 -1
db.objects.find({ _key: "sortedSet" }).pretty();
All three are supported by the NodeBB team