adsharma commented on issue #679:
URL: 
https://github.com/apache/incubator-graphar/issues/679#issuecomment-3325337883

   [DuckLake](https://duckdb.org/2025/05/27/ducklake.html)  v1 didn't support 
writes. What it does is orthogonal to the mutability of data.
   
   The higher order bit is to use SQL catalog (not necessarily duckdb, it 
supports postgres and mysql as well) for metadata instead of json/yaml.
   
   In the graph world, we have GQL and PGQ. But they're relatively recent and 
not implemented everywhere. Cypher and its variants are more widespread in the 
industry.
   
   Building consensus around an acceptable DDL language seems preferable to 
using yaml/json, regardless of whether the graph is mutable or immutable.
   
   Kuzu/DuckDB are interesting because of single-file embedded DB convenience. 
But really you could bring any database and it's DDL as long as it doesn't 
fragment the standard too much.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to