apoc.example.movies

Details

Syntax

apoc.example.movies() :: (file, source, format, nodes, relationships, properties, time, rows, batchSize, batches, done, data)

Description

Seeds the database with the Neo4j movie dataset.

Return arguments

Name

Type

Description

file

STRING

The name of the file containing the movies example.

source

STRING

Where the examples were sourced from.

format

STRING

The format the movies file was in.

nodes

INTEGER

The number of nodes imported.

relationships

INTEGER

The number of relationships imported.

properties

INTEGER

The number of properties imported.

time

INTEGER

The duration of the import.

rows

INTEGER

The number of rows returned.

batchSize

INTEGER

The size of the batches the import was run in.

batches

INTEGER

The number of batches the import was run in.

done

BOOLEAN

Whether the import ran successfully.

data

ANY

The data returned by the import.

Usage Examples

CALL apoc.example.movies();
Results
file source format nodes relationships properties time rows batchSize batches done data

"movies.cypher"

"example movie database from themoviedb.org"

"cypher"

169

250

558

955

0

-1

0

TRUE

NULL