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
You may still need some sql database like sqlite if you plan to use some Django Features like authentication. But, if you just want to build your recommendation engine, you can use Django with no-database. And, you build your backend in python using neo4j without worrying first about Django which could integrates with it a priori seamlessly.
Links for neo4j and python:
[Installation] http://docs.neo4j.org/chunked/snapshot/python-embedded.html
[Usage] http://docs.neo4j.org/chunked/snapshot/tutorials-python-embedded.html