rapidsai/cugraph-pg

Support additional data loading procedures in PropertyGraph

Opened this issue · 1 comments

  • 1. Single File
    Edge list CSV that also contains vertex information.
    For example, a column for "src" and "dst" info, then lots of edge attributes.

  • 2. Two Files
    One file with vertex info
    One file with edge info.

  • 3. Three Files
    One file with vertex info and attributes
    One file with edge info – v_src, v_dst, edge_id
    One file with edge attributes based on an edge id

  • 4. Multiple files
    Each attribute, for vertex or edge, could be in a separate file

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.