davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
25 stars 3 forks source link

feat: ⚡️ add 'raw_discourse_categories' asset #60

Closed DistributedDoge closed 5 months ago

DistributedDoge commented 5 months ago

Creates a single asset that builds a table, where each row is a Discourse category like say "Proposals" or "Grants" on some Discourse instance. Not all Discourse instances give us listings of topics, but all of them yield stats (e.g. number of posts in category)

Further work will be:

I think data is interesting as-is and model is stable so it should be ready to merge!