status-im / airbyte-custom-connector

Repository holding all of Airbyte Custom Connector used in Status
1 stars 1 forks source link

Discourse Connector - Fetch Data Explorer queries with Discourse API #10

Open JoseAnaya28 opened 2 months ago

JoseAnaya28 commented 2 months ago

For the data we need for comms we need to be able to retrieve the data using data explorer queries according to this: https://meta.discourse.org/t/run-data-explorer-queries-with-the-discourse-api/120063

The goal is ideally to replicate the exact same dashboard as shown here: image

JoseAnaya28 commented 2 months ago

Identified tables:

apentori commented 2 months ago

Posts

Topics

Users

Polls

Upload

Groups

Miscs

JoseAnaya28 commented 2 months ago

topic_views: The objects topics from https://docs.discourse.org/#tag/Topics/operation/listLatestTopics give the view per topic, is that enough ?

Yes, that should be enough