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.** GraphAr is a graph file format that supports a variety of payload file formats, including CSV, Parquet, and ORC. However,...

enhancement
good first issue
help wanted

### Describe the enhancement requested Now, the java-info code basically has been completed in [this branch](https://github.com/apache/incubator-graphar/tree/branch-feat-spark-java-info-refactoring). I am going to merge these code into main branch by components step by...

enhancement

### Describe the enhancement requested [Incubator Releases Guide](https://incubator.apache.org/guides/releasemanagement.html#choice_of_disclaimers) #### C++ - #476 #### Maven projects: Java & Scala - #478 #### Python #### Other - [ ] ensure all licenses...

need-further-discussion

### Reason for this PR as issue #73 describes, currently the C++ library, Java, and scala library implement the format independently and they may have some miss-match between the implementation....

**Is your feature request related to a problem? Please describe.** Utilize ProtoBuf to ensure the metadata information of GAR file format to behave exactly the same across different languages. **Describe...

enhancement
priority:high
Component:Format

**Is your feature request related to a problem? Please describe.** Currently the GraphAr C++ library supports to write chunks in different file formats (CSV, Parquet and ORC) with Arrow's internal...

good first issue
Component:C++

**Is your feature request related to a problem? Please describe.** As the first step of issue #48, we propose to add new methods in the writers of the GraphAr C++...

enhancement
good first issue
Component:C++

**Is your feature request related to a problem? Please describe.** Currently only 3.2.x and 3.3.x versions are supported. **Describe the solution you'd like** - `datasources-34` submodule in spark project -...

enhancement
good first issue
Component:Spark

### Describe the enhancement requested Clang-tidy prefers it. It is more compact and now that we are on C++ 17 I don't see any reason we shouldn't move everything over....

enhancement
good first issue
Component:C++

**Is your feature request related to a problem? Please describe.** The GraphAr's chunk files could be stored in ORC, parquet or CSV now. We can support more builtin file formats...

enhancement