Search⌘ K
AI Features

Wrap Up Getting Started with the Project

Understand how to initialize an Elixir umbrella project including the GraphCommons library. Learn to organize graph data with structs, file storage, and to implement a graph service interface to prepare for exploring different graph models.

We'll cover the following...

What we covered

So, we’ve got the groundwork all set. We’ve organized our code by creating an umbrella project, ExGraphsBook, and also created the ...