Skip to content

Learn about Graph Databases and query them in Python with GQLAlchemy

License

Notifications You must be signed in to change notification settings

pyladiesams/graphdbs-gqlalchemy-beginner-mar2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Introduction to Graph Databases with GQLAlchemy and Python

Level: Beginner

Workshop description

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.

toy-story-preview

Requirements

For this tutorial, you will need to install:

Usage

  1. Clone the repository.
  2. Start Jupyter Notebook and navigate to the workshop folder.
  3. 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.

Video record

Re-watch YouTube stream here

Credits

This workshop was set up by @pyladiesams and @katarinasupe

Releases

No releases published

Packages

No packages published