Skip to content

kambatla/gramr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gramr (Graph Algorithms in MapReduce)

Implementations of a bunch of graph algorithms using MapReduce, meant for large-scale graphs.

The code is split into:

  • io: to read/write graphs in different formats
  • kernels: common graph (adjacency matrix) operations
  • algos: graph algorithms built using kernels

About

Graph algorithms in MapReduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages