November 2022
Intermediate to advanced
294 pages
5h 58m
English
In this chapter, we explored querying some native graph structures built using the libgraph Elixir package.
We got in some initial practice with the example book graph and then implemented our reference book graph with libgraph. We noted that there is no native support in libgraph for edge properties, although we’ll see in Chapter 11, Transforming Graph Models, how we can enhance libgraph to work with edge properties.
We also touched on graph generators with a naive example.
Now let’s move on to a full-blown implementation of the property graph model backed by a best-of-breed graph database.
Read now
Unlock full access