I am building a survey application where users can create surveys on the fly.
I am looking for suggestions on how to store the data for each survey.
I can save the survey results in the form of a database table that looks like:
Are nosql databases like mongodb a better fit for this scenario?
I have never used a nosql database and do not know the learning curve to get this done.
Are there any resources?
thanks for your help.
It looks like:
Therefore, I’d recommend using a traditional SQL database as long as these assumptions hold.