Skip to content

A demo Jupyter Notebook for the GraphRepo Project

Notifications You must be signed in to change notification settings

xserban/GraphRepo-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphRepo Demo

This notebook contains a demo of the GraphRepo project.

A screencast of this demo is available on Youtube.

In order to clone the project and it's submodules, use:

$ git clone --recurse-submodules https://github.com/NullConvergence/GraphRepo-Demo

The project assumes you have Docker, Python, Pip and Jupyter installed. In order to run a Neo4j Docker instance, use:

$ docker run --publish=7474:7474 --publish=7687:7687 --volume=$HOME/neo4j/data/exp:/data --volume=$HOME/neo4j/logs/exp:/logs --env NEO4J_AUTH=neo4j/neo4jj  neo4j:3.0

Then you can run it using:

$ jupyter notebook

About

A demo Jupyter Notebook for the GraphRepo Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published