RSLi / graph-test-data

Synthetic graph/network data in CSV of various sizes for testing and benchmarking graph applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph-test-data

Ready-to-use synthetic graph/network data in CSV files for testing graph applications and algorithms.

(Optional) You can also tweak the generating script to generate more graphs with your specified parameters (number of nodes etc.)

Feel free to make a PR to add your generated test graph.

Download CSV

The CSV files are readily available in the csv/ directory.

Available Graphs

Undirected Path

(10, 1000, 10000 nodes)

Visualize in Argo Lite

path

Undirected Complete Graph

(10, 100, 1000 nodes)

Visualize in Argo Lite

path

Undirected Grid

(5*5, 10*10, 30*30 nodes)

Visualize in Argo Lite

path

Undirected Ladder

(10, 100, 1000 rows)

Visualize in Argo Lite

path

(Make a PR to add more...)

Run the Golang Graph File Generator

go run generate.go

CSV files will be generated under the gen/ directory.

About

Synthetic graph/network data in CSV of various sizes for testing and benchmarking graph applications


Languages

Language:Go 100.0%