apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
213 stars 46 forks source link

feat(format): Change the naming of vertex/edge type from `label` to `type` #604

Closed acezen closed 2 weeks ago

acezen commented 2 weeks ago

Describe the enhancement requested

Since we plan to support multiple labels of vertex and edge. And currently we use the label as the unique type of vertex/edge, but it would make confusion with the multi-label in the future.

So it's better to make the type as the unique type of vertex/edge and let label be the multi-label.

Component(s)

Format

Elssky commented 2 weeks ago

I submitted this change

acezen commented 2 weeks ago

I submitted this change

Thanks for the contribution.