lixueclaire commented on issue #672:
URL: 
https://github.com/apache/incubator-graphar/issues/672#issuecomment-2823166990

   > There is a Cpp arrow-backed project Kuzu, that is an emebeddable graph 
database and in-memory graph processing tool. In my understanding, it is like 
DuckDB, but for Graph data. It supports property graphs and is promoted as 
extremely fast for in-memory processing. It supports OpenCypher as a query 
language.
   > 
   > I'm not a Cpp person, so it is hard to me to estimate, is it possible to 
write a GAR-extension or plugin for Kuzu. But I see a subfolder "extensions" in 
the project: https://github.com/kuzudb/kuzu/tree/master/extension
   > 
   > Maybe [@lixueclaire](https://github.com/lixueclaire) you can take a look 
and do some initial estimation about possible integration with Kuzu (allow Kuzu 
to read GAR-files)?
   > 
   > It may be a very interesting usecase: users can do large-scale graph 
processing in Apache Spark to reduce an amount of nodes, do de-duplication and 
filtering -> users can save the result to GAR files -> users can do fast, 
real-time analytics on top of results with Kuzu.
   
   I agree that this is an interesting topic! I’ve noticed that Kuzu supports 
importing Parquet files (through a specialized 
[reader](https://github.com/kuzudb/kuzu/tree/master/src/include/processor/operator/persistent/reader)),
 which suggests that integrating support for GAR files could be entirely 
feasible. Given that Kuzu is designed for efficient graph processing, allowing 
it to directly read GAR files would enable users to conduct real-time analytics.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org
For additional commands, e-mail: commits-h...@graphar.apache.org

Reply via email to