From the course: Advanced NoSQL for Data Science

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Explore data with graph databases

Explore data with graph databases - NoSQL Tutorial

From the course: Advanced NoSQL for Data Science

Start my 1-month free trial

Explore data with graph databases

- [Instructor] Now in this video, we're going to do a little work with the graph database Neo4j using Python. So I've opened a terminal window here. I'm just going to demonstrate here that I am in my home directory, and I'm going to cd to my working directory which is NoSQLDS_Scripts. And I'll just list a couple of files here. These are two data files that we'll work with and I'll get to those in a moment. There's just one other thing I need to do before we start work with the jupyter notebook. And that is to install a Python driver. And I'm going to use the command pip install and the Python driver we're going to install is called py2neo. So that's been successfully installed. I'm going to clear my screen. I'm going to enter my command, jupyter notebook. Now, I'm going to increase the size of the fonts just so it's easier to read on various platforms. Now, I've opened the jupyter notebook, and we'll see that the two data files are here in my directory. I'm going to start a new…

Contents