Hello,
Given the high amount of data that your app seems to be able to handle maybe you should consider importing
nodes and edges with parquet files https://parquet.apache.org/
Other format to consider could be GraphAR https://graphar.apache.org/ (but I'm not sure there's currenlty Rust binding)
Kind regards
Hello,
Given the high amount of data that your app seems to be able to handle maybe you should consider importing
nodes and edges with parquet files https://parquet.apache.org/
Other format to consider could be GraphAR https://graphar.apache.org/ (but I'm not sure there's currenlty Rust binding)
Kind regards