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

Add sample Quarto OJS notebook #17

Closed davidgasquez closed 8 months ago

davidgasquez commented 8 months ago

Adding a simple notebook to display how could people use the Parquet files from WASM. Also deployed a demo site on IPFS!

Opening the site will run an SQL query to the latest Parquet files on IPFS using WASM and then return all the data. You can filter on project_id.

image

It is very rought and not optimized at all. Basically doing a 40MB query. :see_no_evil: On the other hand, is running entirely on IPFS and your browser!