What is graph database good for?

Graph databases are purpose-built to store and navigate relationships . Relationships are first-class citizens in graph databases, and most of the value of graph databases is derived from these relationships. Graph databases use nodes to store data entities, and edges to store relationships between entities.

Read more

Is blockchain a NoSQL?

Blockchain is simply a new type of database. Rather than traditional databases (SQL or NoSQL) that are controlled by single entities , blockchain can be shared by a group of non-trusting parties without requiring a central administrator.

Read more