Skip to content

demdxx/exegraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exegraph

Executable step by step graph processor

Example

  // Load document by HTTP
  loader, _ := s.graph.SetItem("loader", loader{})
  
  // Get links from document
  links, _ := s.graph.SetItem("links", exegraph.ExecuterFnk(s.processLinks), loader)
  
  // Process link and grab information
	s.graph.SetItem("process", exegraph.ExecuterFnk(s.processDocument), loader)

About

Executable step by step graph processor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages