Skip to content

Code to generate and execute neo4j statements in batches to prevent neo4j from crashing.

License

Notifications You must be signed in to change notification settings

dawngerpony/neo4j-batch-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-batch-executor

Python code to generate and execute neo4j statements in batches to prevent neo4j from crashing.

Getting Started

  1. Create and enter a virtualenv:

     virtualenv .env
     . .env/bin/activate
    
  2. Install dependencies:

     make install
    
  3. Run one of the scripts (usage information is inside the :

     ./executor.py -h
    

About

Code to generate and execute neo4j statements in batches to prevent neo4j from crashing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published