GitHub user SemyonSinchenko added a comment to the discussion: Use delta lake
data
If you have a Databricks you can use GraphX / GraphFrames to read data from
delta tables, and after that you can use GAR Spark to save your graphs to your
cloud delta lake. I think you can register GAR graphs a
GitHub user MammadTavakoli added a comment to the discussion: Use delta lake
data
hi @SemyonSinchenko .
I have ny data in delta lake and i want have one source for my data
GitHub link:
https://github.com/apache/incubator-graphar/discussions/661#discussioncomment-12051983
This is an auto
GitHub user SemyonSinchenko added a comment to the discussion: Use delta lake
data
Delta tables are parquet files + metadata layer on top of them. GraphAr share
the same idea: parquet files and metadata on top of them. But these metadata
layers are not compatible between each other. Could you