Skip to content

andralungu/flink-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flink-graph

Graph API for Apache Flink

##Implemented Operations

###Graph Class

  • getVertices()
  • getEdges()
  • pga()
  • create(vertices, edges)
  • readTuple2CsvFile
  • readEdgesCsvFile
  • readGraphFromCsvFile
  • numberOfVertices()
  • numberOfEdges()
  • getVertexIds()
  • getEdgeIds()
  • isWeaklyConnected()
  • addVertex()
  • removeVertex()
  • addEdge()
  • union()
  • passMessages()

###Vertex Class

###Edge Class

  • reverse()

##Tested Operations

  • mapVertices()
  • mapEdges()
  • subGraph()
  • outDegrees()
  • getUndirected()
  • reverse()
  • fromCollection(vertices, edges)

##Wishlist

###Graph Class

  • fromCollection(edges)
  • getNeighborhoodGraph(Vertex src, int distance)
  • vertexCentricComputation()
  • edgeCentricComputation()
  • partitionCentricComputation()

###Vertex Class

  • getDegree()
  • inDegree()
  • outDegree()
  • getInNeighbors()
  • getOutNeighbors()
  • getAllNeighbors()

###Edge Class

##Other (low priority)

  • partitionBy
  • sample
  • centrality
  • pagerank
  • distance
  • clusteringCoefficient
  • dfs
  • bfs
  • sssp
  • isIsomorphic
  • isSubgraphOf

About

Graph API for Apache Flink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%