rapidsai / cugraph-pg

Apache License 2.0
0 stars 4 forks source link

[FEA]: MG PropertyGraph backed by Dask DataFrames #9

Open eriknw opened 1 year ago

eriknw commented 1 year ago

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

Medium

Please provide a clear description of problem this feature solves

Allow MG PropertyGraph to store data with dask.dataframe instead of with dask_cudf. This allows data to be stored in host memory and mirrors functionality in PropertyGraph.

Describe your ideal solution

Ideally this can be composed nicely with rapidsai/cugraph#2424 where some types can be Dask DataFrames and some can be cudf DataFrames. But, I think this issue can be done before rapidsai/cugraph#2424.

Describe any alternatives you have considered

No response

Additional context

No response

Code of Conduct