Bonjour, nous utilisons Discourse comme forum pour discuter des divers produits de l’entreprise, de leurs versions, de leur utilisation et des problèmes rencontrés. Nous avons organisé le contenu en plusieurs catégories et étiquettes pour rendre les sujets pertinents. Je tente de créer un rapport afin d’examiner les métriques de qualité à partir des données que nous possédons.
Comment accéder aux données ? Où sont-elles stockées ? Et comment interroger cette base de données ?
Fondamentalement, je cherche à accéder aux données du back-end afin de pouvoir les extraire pour mes besoins de reporting.
For our hosted customers, the Data Explorer plugin is installed on all Business sites. You can access it by going to the admin section of your site, clicking the Plugins link on the admin menu, and then clicking the Data Explorer link from the left-side menu.
For self-hosted sites, the plugin can be installed by following these instructions: Install Plugins in Discourse.
Thank you Simon. I installed the data explorer plugin and was able to run sample queries.
I need help in pulling the data continuously on daily basis and stage it in my own database for future reporting. Once I have all the data, I can pull it and shape it as the requirement. Is there any good practice to do the continuous data load. Can I integrate it with some kind of scheduler like Jenkins for daily loads?