apache / incubator-graphar

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

[Feat][Doc] Add some benchmark report about comparison with some common format used in graph #389

Open acezen opened 4 months ago

acezen commented 4 months ago

Is your feature request related to a problem? Please describe. Add some benchmark report about comparison with some common format used in graph like CSV, Parquet, Orc and json

Describe the solution you'd like benchmark

datasets (to keep align to production environment)

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

SemyonSinchenko commented 4 months ago

I would also like to add something about neighborhood retrieval. For example, stats (min, max, etx.) for an ego-network.

acezen commented 4 months ago

I would also like to add something about neighborhood retrieval. For example, stats (min, max, etx.) for an ego-network.

neighborhood retrieval is indeed a common operation in graph analysis, surely need to be add to benchmark. Thanks Sem.