Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing a web application in python with neo4j

I'm planning to implement a recommendation engine, of which details are given here. 'Python' is my preferred choice along with 'neo4j' Database. Can anyone please point out, how integration of 'neo4j' with any web framework like 'django' can be done?. Is it possible to integrate them just like 'PHP'integrates with 'MySQL'? .

Thanks in advance..

like image 312
jvc Avatar asked Oct 11 '11 05:10

jvc


1 Answers

I dont see why not. You can integrate this with Django & serve requests through it...

  1. Modeling Categories in Graph Database
  2. Neo4J shop categories example
  3. Neo4j and django models
  4. Django & Neo4j - domain modeling that kicks ass.
  5. Seamless Django & Neo4j integration

Hope this helps... I myself was able to integrate almost entire IMDB into Neo4j & serve it up through Django.

like image 184
Srikar Appalaraju Avatar answered Oct 05 '22 19:10

Srikar Appalaraju