Model the Book Graph

Learn how to model the book graph using libgraph.

Book graph using libgraph

We want to implement the book graph now using libgraph. Note that libgraph supports labels that we can use for the node and edge types. And while it allows for node properties, we have to exclude edge properties since libgraph does not natively support those. Of course, this is something of a requirement as far as implementing a property graph is concerned.

Atom vs. map

Get hands-on with 1200+ tech skills courses.