davidgasquez / gitcoin-grants-data-portal

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

fix: ♻ ensure 'metadata' columns are stored as JSON #4

Closed DistributedDoge closed 8 months ago

DistributedDoge commented 8 months ago

Quick fix to ensure all metadata columns are stored as JSON strings, not as serialized python objects. Duplicate code would look nicer in shared function, but this should work as-is.

davidgasquez commented 8 months ago

New DuckDB database already up (love GitHub actions + this approach :heart_eyes:)!

https://github.com/davidgasquez/gitcoin-grants-data-portal/releases/tag/2023-12-12-09-54

I'm working on integrating with Filebase and offering an static IPNS endpoint for the exported Parquet files (https://github.com/davidgasquez/gitcoin-grants-data-portal/issues/5).