Skip to content

SigmaJS Graphology graph data structure for adding/removing nodes and edges. Import/Export graph as JSON.

License

Notifications You must be signed in to change notification settings

lambdaJasonYang/GoGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Reference

GoGraph

  • graph data structure that is compatible with javascript's SigmaJS and Graphology
  • Adding/Removing nodes and edges
  • Import/Export graph as JSON

How to Use

go get -u github.com/UserJY/GoGraph
package main

import "github.com/UserJY/GoGraph" 

func main(){
	somegraph := gograph.MakeRandomGraph()
	
	somegraph.Print()
  	somegraph.ExportJSON("out.json")
}

About

SigmaJS Graphology graph data structure for adding/removing nodes and edges. Import/Export graph as JSON.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages