Discourse フォーラムのデータベースにアクセスして PowerBI レポートに利用できますか?

こんにちは。Discourse を、各製品やそのリリース、使用方法、課題について議論するフォーラムとして利用しています。トピックの関連性を高めるため、いくつかのカテゴリーとタグに分類しています。現在、保有しているデータから品質指標を確認するためのレポート作成を試みています。

データにはどのようにアクセスできますか?データはどこに保存されていますか?また、そのデータベースをどのようにクエリすればよいでしょうか?

基本的には、レポート作成に必要なデータを抽出するために、バックエンドのデータにアクセスしたいと考えています。

「いいね!」 1

The best way to query your site’s database is with the Data Explorer plugin. Have a look at the (Superseded) What cool data explorer queries have you come up with? topic to see some example queries. If you need help with specific queries, feel free to ask for help in the #plugin:data-explorer category.

「いいね!」 2

Thank you Simon. But where do I install the plug in from?

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.

「いいね!」 2

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?