bugfinder.processing.neo4j.converter

Conversion module between Neo4J versions.

class bugfinder.processing.neo4j.converter.Neo4J2Converter(dataset, deprecation_warning=None)

Bases: AbstractContainerProcessing

Converter to Neo4J version 2.x

START_STRING = 'Remote interface ready'
configure_container()

Setup container variables

send_commands()

Send commands to the container.

class bugfinder.processing.neo4j.converter.Neo4J3Converter(dataset, deprecation_warning=None)

Bases: Neo4J3Processing

Converter for Neo4J v3.x

configure_container()

Setup container variables.

send_commands()

Send commands to the container.