Basic functionality test for neo4j graphical database using python3.
Neo4j is a graph database management system developed by Neo4j, Inc. Described by its developers as an ACID-compliant transactional database with native graph storage and processing, Neo4j is the most popular graph database according to DB-Engines ranking.
Neo4j is implemented in Java and accessible from software written in other languages using the Cypher Query Language through a transactional HTTP endpoint, or through the binary "bolt" protocol.
- Install neo4j on linux:
Install Neo4j Community Edition:
sudo apt-get install neo4j=1:3.4.1
Also contains script to convert XML files from Stackexchange dumps to CSV.