Connect Discourse to Data Studio

Hello
Need your help to build my first API to get the list of my users to Data studio (last login, number of post/reaction,…)
is there any documentation or trick that you can share ?
Thank you

You’ll need to write a connector to the google data studio community connector specification.

I wrote up some notes on this that could help you. There is no quick trick unfortunately. The GDS connectors are written in JavaScript so that makes it somewhat easier.

2 Likes

Thank you @asirota
is it easier to connect it to Power BI ?

I don’t know, but maybe there’s a way to export some data to a spreadsheet? A plugin could be out there. Have a look and see what is available.

1 Like

Hello again :slight_smile:
do you know where can I find full documentation about the API & report
I can’t find this topic in https://docs.discourse.org/
Thank you