Raphtory
Raphtory copied to clipboard
Change graphQL read graph function to work with Parquets
- The function should be able to read multiple chunks / partitions of the Parquet
- With parquets, we can ask for the Schema without having to load the full graph into memory. So we should change over to use that functionality for the Search APIs and the Saved Graphs page.