NativeGraph Project
Learn how to build a NativeGraph project to manage graphs natively with Elixir.
We'll cover the following...
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 ...
Ask