com.datastax.bdp.graph.spark.graphframe
Construct initial DseGraphFrame
Construct initial DseGraphFrame
Spark session
Optional Spark Cassandra Connector options
Should be used to convert graph frame to DseGraphFrame scala implicit conversion equivalent will be: graphFrame.graphName(graphName)
Should be used to restore graph frame from external source make sure ID fields was not changed or corrupted
Should be used to restore graph frame from external source make sure ID fields was not changed or corrupted
graph to apply schema
DataFrame
DataFrame
DseGraphFrame that could be traversed or saved to DSE
Create graph frame with additional options
GraphFrame creation Java API
GraphFrame creation Java API
GraphFrame creation Java API
GraphFrame
Allows to use ExternalDataStore in a safe way without risk of forgetting to close the underling cluster and connection
Usage: val dataFrame = DseGraphFrameBuilder("graph", spark).dataFrame()