Tagged Questions

7
votes
2answers
218 views

Data Mining in a Django/Postgres application

I need to build in a analytics (reporting, charting & graphing) system into my Django application. In an ideal world I could just query my Postgres DB and get the data I want but when the amount ...
2
votes
2answers
890 views

BI with Django?

Is there a way to develop Bi (Business Intelligence) solutions with Django? Therefore it should be possible to define models with more than one Datasource. Is anybody out there who has experienced BI ...