Skip to content

banditopazzo/Gremlin_Marvel_Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages