Developing a web application in python with neo4j

后端 未结 4 2044
庸人自扰
庸人自扰 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-02-01 00:07

    We've updated the old Django integration to use neo4j-rest-client- it's called neo4django. We've made some major improvements over the old integration, and are using it successfully to build Scholrly. It's not quite in production, but it's something.

    The library allows model definition, query sets with automated indexing, and works alongside a relational database- so you can still use contrib modules based on the standard ORM.

    I've posted a bit about it elsewhere on StackOverflow if you're interested!

提交回复
热议问题