Package

org.opencypher.spark.api.io

neo4j

Permalink

package neo4j

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractNeo4jDataSource extends AbstractPropertyGraphDataSource

    Permalink
  2. class Neo4jBulkCSVDataSink extends FSGraphSource

    Permalink

    This data sink writes a PropertyGraph into the Neo4j Bulk Import Format (see https://neo4j.com/docs/operations-manual/current/tools/import/).

    This data sink writes a PropertyGraph into the Neo4j Bulk Import Format (see https://neo4j.com/docs/operations-manual/current/tools/import/).

    In addition, it generates an import shell script that is parameterized with the path to the Neo4j installation and runs the import.

  3. case class Neo4jPropertyGraphDataSource(config: Neo4jConfig, maybeSchema: Option[Schema] = None, omitIncompatibleProperties: Boolean = false)(implicit caps: CAPSSession) extends AbstractNeo4jDataSource with Logging with Product with Serializable

    Permalink

Value Members

  1. object Neo4jBulkCSVDataSink

    Permalink
  2. object Writers extends Product with Serializable

    Permalink
  3. package sync

    Permalink

Ungrouped