Skip to content

jeromatron/graph-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Graph Resources

This repository is meant to contain quick to start use cases to help get started with graph, specifically the Gremlin traversal langauge and Tinkerpop frameworks. These examples will use tinkergraph, the reference graph implementation for Tinkerpop, so that we are not bogged down by implementation specific details.

Getting Started

First you'll need to download both the gremlin-server and gremlin-console from the Apache Tinkerpop website. Start the gremlin server (using gremlin-server.sh in the server's bin directory). Each use case will assume that you can get into the gremlin console (using gremlin.sh in the console's bin directory).

You can go through the tinkerpop documentation for loads of examples.

For other datasets, a great resource is the Stanford Large Network Dataset Collection.

About

Getting started with Apache Tinkerpop and specific use cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages