Hi, Stephen In order to better integrate with Gremlin, we have now implemented GraphAr's support for multi-label data, that is, a vertex can have multiple labels: https://github.com/apache/incubator-graphar/issues/614 <https://github.com/apache/incubator-graphar/issues/614>. <https://github.com/apache/incubator-graphar/issues/614 <https://github.com/apache/incubator-graphar/issues/614>.> The example is at https://github.com/apache/incubator-graphar/blob/main/docs/libraries/cpp/getting-started.md#processing-graph-data-with-labels <https://github.com/apache/incubator-graphar/blob/main/docs/libraries/cpp/getting-started.md#processing-graph-data-with-labels>. <https://github.com/apache/incubator-graphar/blob/main/docs/libraries/cpp/getting-started.md#processing-graph-data-with-labels <https://github.com/apache/incubator-graphar/blob/main/docs/libraries/cpp/getting-started.md#processing-graph-data-with-labels>.> For 'multiproperties that are themselves of List type', Can we understand that it means that one key corresponds to multiple values, which needs to be represented by a list? We will raise an issue in the near future to make corresponding modifications. Regards, Haoyu Liu
On 2024/05/21 13:02:25 Stephen Mallette wrote: > Hello - I was just wondering if there have been any discussions about how > TinkerPop and GraphAr might work together a bit. TinkerPop's file system > formats have grown a bit dated to some degree and GraphAr seems like it > could be useful there as a replacement to internal formats, particularly > Gryo. Looking forward to hearing thoughts on this topic. Thanks! > > Stephen >
