An open API service indexing awesome lists of open source software.

https://github.com/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)
https://github.com/banditopazzo/gremlin_marvel_dataset

apache-tinkerpop graphml gremlin gremlin-csv gremlin-driver marvel-comics marvel-dataset tinkergraph

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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