twitter / cassovary

Cassovary is a simple big graph processing library for the JVM
http://twitter.com/cassovary
Apache License 2.0
1.05k stars 150 forks source link

Adding ability to add labels to ids (such as nodes). #152

Closed pankajgupta closed 9 years ago

pankajgupta commented 9 years ago

We sometimes want to be able to store associated information with nodes and edges. This PR adds this facility and also includes a basic file reader for int node labels as an illustration. The file reading capability is not meant to be general (i.e., for all label types) at this point. Will also add an example to cassovary-examples next.

CC @szymonm @plofgren

pankajgupta commented 9 years ago

oh, failing travis ci build -- looks like I need to add a dependency in build file. Will do

pankajgupta commented 9 years ago

@szymonm looks okay?

szymonm commented 9 years ago

LGTM