Hello
I am managing a CQ5 instance of my company. My company use CQ5 and offer a web site by group, but there is a lot of limitation
Following a need of my group, I create a PHP/MySQL database. The goal is to collect measures and store is into a MySQL database. The charts are shown into a PHP web page and I am using chartjs library Charts to display the charts.
I have to import my PHP script, database, and charts into CQ5 and I am really not an expert with CQ5.
My first question is, is there a way to import a MySQL database (which contain tables (and JOIN request) into CQ5?
My second question, as my PHP script, run MySQL requests, and show the charts because of javascript library, is there a chance to import all in CQ5 to have as a result, the same display as with my PHP script? If yes, could you help me to achieve this goal ?
Many thanks for your help!!