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

add options for label. #276

Closed SteamShon closed 8 years ago

SteamShon commented 8 years ago

now user can specify extra options for label as json. currently label has lots of options, but I think from this PR, we can simplify this a bit. current use cases is specifying "skipReverse": true to skip build reverse direction edge when insert/update/delete.

daewon commented 8 years ago

+1 good