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
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!