Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neomodel Tutorial

This tutorial is to test neo4j neomodel.

Neomodel GitHub

Requirements

  • Neo4j
  • Python
  • Neomodel

You can refer to environment.yml or install_packages.sh for the specific libraries.

Installation

# install from environment.yml
conda env create -f environment.yml
conda activate neomodel-tutorial

# create database models and constraints
neomodel_install_labels --db bolt://<neo4j_database_name>:<neo4j_database_password>@localhost:7687 models.py

# execute script
python app.py

Reference

About

Neo4j neomodel tutorial

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages