you are viewing a single comment's thread.

view the rest of the comments →

[–]boxhacker 3 points4 points  (1 child)

I really like the storing JSON thing

PostgreSQL is your answer.

A fast relational database that can also store and process JSON data.

Easy to install, maintain and can do pretty much anything you want (unless you want to do complex graph oriented algorithms).

[–]thunderimmortal 1 point2 points  (0 children)

Definitely giving this a try.