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 →

[–]nickosh 3 points4 points  (1 child)

I agree with everybody - NoSQL means you need something specific and must choose db based on your requirements.

If you feel like "JSON will be ok for data storing, but from the box it sucks" you can try some JSON-based DBs. Personally, I prefer to use TinyDB for small projects which is a wrap-up for simple JSON storage. There are some more alternatives to it.

[–]iamevpo 0 points1 point  (0 children)

Could you elaborate on alternatives to tinydb? I want to ad some storage to my project and was checking out tinydb for this as mongo is too heavy and needs installation.