Introduction to Graph DatabasesA graph is built from a collection of nodes and relationships. Entities such as people, locations, items, or categories of data are represented by nodes; and the association between them reflects a relationship. A versatile structure like a graph enables us to model real-world applications–computer networks, social media recommendation engines, bitcoin blockchains, and more. Basing this very structure as a template, we can bring it to life by performing C.R.U.D operations through a unique management system–a graph database.
October 12, 2020