Manage Graphs Natively with Elixir
Explore how to manage graph data structures directly in Elixir using the libgraph package. Understand native graph representation, extend graph store APIs with Elixir macros, and discover ways to visualize these graphs effectively.
We'll cover the following...
We'll cover the following...
Elixir supports a number of packages for dealing with native graphs and for interacting with local and remote graph databases. Let’s take a closer look at some of these as we work our way through the various graph models.
libgraph package
We’ve now got some structures for ...