Skip to content

Introduction to Modern Graph Analysis using opensource tools like Tinkerpop and Janusgraph

Notifications You must be signed in to change notification settings

rgomesf/join2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

join2018

Introduction to Modern Graph Analysis using opensource tools like Tinkerpop and Janusgraph

Start

  1. git clone https://github.com/rgomesf/join2018.git
  2. docker build --rm -f Dockerfile -t join2018:latest .
  3. docker run --rm --name=demo -d -p 80:80 -p 8182:8182 join2018
  4. docker exec -it demo bash
  5. /work/janusgraph/bin/gremlin.sh
  6. :remote connect tinkerpop.server conf/remote.yaml session-managed
  7. :remote console
  8. Go to https://github.com/rgomesf/join2018/wiki/Exercises for the exercises

Stop

  1. :q
  2. exit
  3. docker stop demo

NOTE: Your run.sh encoding must be LR and not CRLF. Check the file after the pull

About

Introduction to Modern Graph Analysis using opensource tools like Tinkerpop and Janusgraph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published