GraphScope
GraphScope copied to clipboard
feat(interactive): Support multiple properties on Edge
Currently GraphScope Interactive only support one property on edge. In real world production scenarios, multiple properties for one edge is very common.
For the first step, we can support storing multiple fixed-length properties for an edge triplet.