FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

banditopazzo/Gremlin_Marvel_Dataset: An example of stand alone Java program to import the Marvel Dataset from CSV files in a TinkerGraph database using Gremlin language (dataset included) · GitHub

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gremlin Marvel Dataset

The Application

Simple Gremlin Java application that performs the following operation on the Marvel Dataset (CSV format):

  • Unzip the files
  • Create a TinkerGraph in-memory database
  • Load the vertices: Heroes and Comics
  • Load the edges connecting Heroes to Comics
  • Load the social network between the Heroes
  • Save the graph to a GraphSON file

The Dataset

The dataset consist of three files in CSV format that specify:

  • All the vertices: Heroes and Comics
  • The edges from Heroes to Comics. Each row represents the apparition of a Hero in a Comic number
  • A social network between the Heroes. Each row represents Heroes appeared together.

Notes

You can swap the TinkerGraph for any compatible database

About

An example of stand alone Java program to import the Marvel Dataset from CSV files in a TinkerGraph database using Gremlin language (dataset included)

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL