Wrapping Up
This chapter has all been about setting up a simple graph playground so that we can explore different graph types and pass easily between one type and another. Our focus in this book will be on accessing graphs and graph data irrespective of the underlying graph model.
We’ve organized our code by creating an umbrella project for this book, ExGraphsBook, and also created a first child project, the GraphCommons library.
We’ve organized our data by creating a graph store. We’ve built this with the following components: dedicated structs for annotating our graphs and queries, a file directory tree for storing the raw data structures, and functions for reading, writing, and listing them.
We’ve also created an Elixir behaviour for a graph ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access