Hi! I'm developing some kind of Business Intelligence system, based on Infobright-Mysql Data Warehouse.
One of our key needs --- simple and flexible reporting/dashboards engine. I'd looked up most open source reporting engines, but most of them Java-based, and I want to use something in Python, because of it's flexible syntax in data manipulation. So, I was thinking about Django, but I have some problems: first of all, I must get reports data from Infobright db. It uses MySQL engine and syntax, so it's not so complex. But I don't like idea of integrating Django system tables into warehouse DB, so can I somehow use ORM data models connected to data warehouse and sqlite/mysql db for all Django tables? If it is not possible, I can try to create Django tables into Infobright using mysql ORM driver, but Infobright not supports keys or indexes, and Django sync-db tries to create them and reports about errors... Any help will be highly appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---