Developing a web application in python with neo4j

后端 未结 4 1978
庸人自扰
庸人自扰 2021-01-31 23:13

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

4条回答
  •  时光说笑
    2021-01-31 23:58

    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.

提交回复
热议问题