incubator-graphar icon indicating copy to clipboard operation
incubator-graphar copied to clipboard

An open source, standard data file format for graph data storage and retrieval.

Results 64 incubator-graphar issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement
priority:low

**Is your feature request related to a problem? Please describe.** Now graphar provides neo4j2graphar example, but doesn't support user defined configuration. **Describe the solution you'd like** Provide a user defined...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, the C++ Reader has already supported Filter Pushdown, we can add a page in the documentation and use some...

Component:Documentation
enhancement

**Is your feature request related to a problem? Please describe.** Now that GraphAr already support ***property-based*** filter pushdown https://github.com/alibaba/GraphAr/pull/221, we need to evaluate the performance improvement. **Describe the solution you'd...

enhancement

**Is your feature request related to a problem? Please describe.** At present, C++ Reader already supports the filter push-down feature, considering the ease of use, we can also add this...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, the low-level writers (`VertexPropertyWriter` and` EdgeChunkWriter`) only support to write Arrow tables, thus for the users, it is required...

enhancement

**Is your feature request related to a problem? Please describe.** For the graphs in Neo4j or NebulaGraph, a single vertex or edge can have multiple labels. For example, a vertex...

enhancement

**Is your feature request related to a problem? Please describe.** In GraphAr, we use vertex/edge `label` to represent the `type` of vertices or edges, which is a single string. Vertices/edges...

improvement