• Stars
    star
    357
  • Rank 118,414 (Top 3 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 13 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Drop-in Neo4j/Django integration.

neo4django is an Object Graph Mapper that let's you use familiar Django model definitions and queries against the Neo4j graph database.

The library is tested against Django 1.5.4 and Neo4j versions 1.8.2-1.9.4. Docs are on ReadTheDocs.

https://secure.travis-ci.org/scholrly/neo4django.png?branch=master

Installation

Using pip, you can install from PyPi:

pip install neo4django

or straight from GitHub:

pip install -e git+https://github.com/scholrly/neo4django/#egg=neo4django

Documentation

Detailed documentation can be found in the docs folder or on ReadTheDocs.