Answer the question
In order to leave comments, you need to log in
What is the best way to store user profiles in NoSQL?
Got to NoSQL. I plan to use ArangoDB, but essentially the same MongoDB. Question. How is it better to store users in a NoSQL database?
It turns out for each user I create my own document of the form in the collection:
{
login: "",
password: "",
name: "",
organization: ""
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question