Skip to content

a759116/teamskill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

The purpose

This is a tutorial that demonstrates the use of neomodel and python to create and query data in/from neo4j. The technologies used are:

  • neo4j
  • Python
  • neomodel

Though not required, it will be helpful if you would have gone through neomodel documentation at: https://neomodel.readthedocs.io/en/latest/

Pre-requisites

Install Neo4J and run it with default configurations (bolt://localhost:7687). Change the password to "password"

Install Python. Install neomodel using command pip install neomodel

Run it

After cloning the repo, go to your project directory, and run the following command from command line: neomodel_install_labels --db bolt://neo4j:password@localhost:7687 model.py This will create required schema and constraints in neo4j.

Then run the command: python app.py. This should execute various queries and print the results.

About

Use of Python and neomodel to work with Neo4J

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages