Search⌘ K
AI Features

Create the GraphCompute Project

Explore the process of creating the GraphCompute project in Elixir. Learn to establish a supervision tree with the GraphCompute.Application module, declare dependencies like libgraph, and manage process state to build a resilient graph system.

We'll cover the following...

Project creation

We’ll follow the usual procedure for creating the new project GraphCompute:

$ mix new graph_compute --sup

This generates an app with ...