what db are you guys using for nodebb, and when do you choose one over the other and why?

General Discussion
  • 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();)

    All three are supported by the NodeBB team šŸ˜„


Suggested Topics