Conclusion

Conclude our journey with a brief review of what we've learned.

We'll cover the following...

Well, we’ve come quite a way. We started off with graphs and ended up with Elixir processes.

Review

  • Native libraries: We looked at native libraries (:digraph, :libgraph) for building graph structures in Elixir.
  • Graph databases: We interacted with graph databases using a number of packages (:bolt_sips, :sparql_client,
...