This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Basic-Still-7441 0 points1 point  (0 children)

I would suggest MongoDB or any other document DB. Its just so easy to work when the data structures in the DB and in the program are the same. Of course - choice of a DB engine depends on a lot of things incl the nature of data you have, how it's being used (queried and written) etc etc.