Skip to content

Python implementation of a shop domain model with categories and products, using the Neo4j graph database

Notifications You must be signed in to change notification settings

vadthyavath/python-shop-categories

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Python example

Implementation of a shop domain model with categories and products.

Requirements

This application requires Python (CPython or Jython) version 2.5 or later. It also requires the Neo4j Python bindings and its dependencies.

Running the application

Running with Python/Jython 2.5:

git clone git://github.com/neo4j-examples/python-shop-categories.git
cd python-shop-categories
jython -m shop

Running with Python/Jython 2.6:

git clone git://github.com/neo4j-examples/python-shop-categories.git
cd python-shop-categories
python shop

About

Python implementation of a shop domain model with categories and products, using the Neo4j graph database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published