kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

Seperate HBase mutation from Edge/Vertex/Graph #164

Closed SteamShon closed 8 years ago

SteamShon commented 8 years ago

second refactoring try for #145.

  1. created storage layer. Issue #145
  2. add version 3 for moving to vertexId from HBase qualifier to row key on SnapshotEdge. Issue #163