Through this tutorial, you will learn how to create a graph model from a dataset, run Memgraph with Docker, connect to it from a Jupyter Notebook with the help of GQLAlchemy, and perform simple queries. You will explore the movies dataset consisting of two CSV files: movies.csv
containing movie title and genre and ratings.csv
that holds information about users' ratings.
For this tutorial, you will need to install:
- Clone the repository.
- Start Jupyter Notebook and navigate to the workshop folder.
- Run gqlalchemy-workshop notebook.
For the solutions to the given exercises, first run the whole gqlalchemy-workshop notebook, and then run gqlalchemy-solutions notebook located in the solutions folder.
Re-watch YouTube stream here
This workshop was set up by @pyladiesams and @katarinasupe