Search⌘ K
AI Features

NativeGraph Project

Explore how to set up the NativeGraph project using the libgraph package in Elixir. Understand why libgraph improves on Erlang’s digraph by offering better performance and an idiomatic API. Learn to manage dependencies, clarify graph module usage, and create a pipelined graph processing environment for effective graph manipulation.

To support working with the libgraph package, we’ll create the NativeGraph project, which will provide us with an environment for running a dedicated graph store.

Why libgraph?

The libgraph project page provides a rationale for why this package was developed. Basically, it addresses a number of ...