Skip to content

RSLi/graph-test-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages