Skip to content

concept-inversion/neo4j-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-hello-world

Basic functionality test for neo4j graphical database using python3.

Neo4j Introduction

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.

Pre-requirement:

  1. Install neo4j on linux:

Install Neo4j Community Edition:

sudo apt-get install neo4j=1:3.4.1

Others

Also contains script to convert XML files from Stackexchange dumps to CSV.

About

Basic functionality test for neo4j graphical database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published