Hey, everyone! I'm new to mongo/node, and I wanted to ask - is it okay to use them to store deeply nested json? (For something like reddit comments, tree-like structure of objects with children).This format would be very convenient, but I want to be sure that I wont have to change this in the future.I do not expect that I'll need to query them or load only their parts, I just need users to be able to save big json objects and then fetch them over an API.Is it an okay thing to do? What problems can I run into?
Submitted May 03, 2017 at 07:45PM by raymestalez
No comments:
Post a Comment