Helper class to create GraphFrame from C* backend.
Helper class to create GraphFrame from C* backend.
The GraphFrame caches dataframes on creation. It is recommended to call withVertex method to create subgraph prior
graph frame creation to reduce memory footprint
Usage:
val dataFrame = DseGraphFrameBuilder("graph", spark).dseGraph()
Helper class to create GraphFrame from C* backend. The GraphFrame caches dataframes on creation. It is recommended to call withVertex method to create subgraph prior graph frame creation to reduce memory footprint
Usage: val dataFrame = DseGraphFrameBuilder("graph", spark).dseGraph()