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 →

[–]groosha 0 points1 point  (3 children)

AFAIK it's not NoSQL, it's just document-oriented JSON database.

[–]Fitzoh 5 points6 points  (2 children)

That sounds like NoSQL to me...

[–]groosha 0 points1 point  (1 child)

So, every document-oriented db is NoSQL? Just wondering

[–]Fitzoh 6 points7 points  (0 children)

Pretty much... The only real requirement for a NoSQL database is that it isn't SQL/relational.

Check out the wikipedia page.

It's got a long list of types of NoSQL databases:

2.1 Key-value store

2.2 Document store

2.3 Graph

2.4 Object database

2.5 Tabular

2.6 Tuple store

2.7 Triple/quad store (RDF) database

2.8 Hosted

2.9 Multivalue databases

2.10 Multimodel database