Use GraphDB with Django

2012-03-07 Thread Stephan Gerhard
Hi, With the Python package Bulbs/Bulbflow, I can interface graph databases and model my domain objects. http://bulbflow.com/quickstart/#domain-models What I would like to do is to define my domain models in this way and use them to query/update the graph db through my views in Django, instead of g

Re: Use GraphDB with Django

2012-12-17 Thread Amirouche
Héllo, What is you progress on the subject ? I answer your questions based on my experience of both doing Django, and graph database work with a framework like Django. With the Python package Bulbs/Bulbflow, I can interface graph > databases and > model my domain objects. http://bulbflow.com/