Using libgraph for graph data structures in Elixir
I just published a new post ‘Native graph data in Elixir: Using libgraph for graph data structures‘.
This post looks at the Elixir libgraph package from Paul Schoenfelder.
After a brief introduction to building graphs using libgraph I take a quick look at how to serialize and visualize these graphs with Graphviz tools.
I then show how to create a libgraph graph from CSV data, and explore some basic graph structures.
Lastly a couple naive conversions from graph database formats (both property and RDF graphs) into native libgraph formats is attempted.
Read next NimbleETS → KV-Store For Zero Cost