Skip to content

Commit

Permalink
Merge branch 'main' of github.com:davidgasquez/gitcoin-grants-data-po…
Browse files Browse the repository at this point in the history
…rtal
  • Loading branch information
davidgasquez committed Feb 21, 2024
2 parents 0037afc + d62cfc1 commit 593976e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ echo https://ipfs.filebase.io/ipfs/$LATEST_IPFS_CID/data/

### 📌 IPNS

You can also go to [`ipns://k51qzi5uqu5dhn3p5xdkp8n6azd4l1mma5zujinkeewhvuh5oq4qvt7etk9tvc/data`](https://ipfs.filebase.io/ipns/k51qzi5uqu5dhn3p5xdkp8n6azd4l1mma5zujinkeewhvuh5oq4qvt7etk9tvc/data), which points to the latest available data via IPNS.
You can also go to [`https://k51qzi5uqu5dhn3p5xdkp8n6azd4l1mma5zujinkeewhvuh5oq4qvt7etk9tvc.ipns.dweb.link/data/`](https://k51qzi5uqu5dhn3p5xdkp8n6azd4l1mma5zujinkeewhvuh5oq4qvt7etk9tvc.ipns.dweb.link/data/), which points to the latest available data via IPNS.

You can use IPNS from your favorite tools. E.g: `pd.read_parquet('https://ipfs.filebase.io/ipns/k51qzi5uqu5dhn3p5xdkp8n6azd4l1mma5zujinkeewhvuh5oq4qvt7etk9tvc/data/rounds.parquet')`
You can use IPNS from your favorite tools. E.g: `pd.read_parquet('https://ipfs.filebase.io/ipns/k51qzi5uqu5dhn3p5xdkp8n6azd4l1mma5zujinkeewhvuh5oq4qvt7etk9tvc/data/allo_rounds.parquet')`

## 📖 Overview

The repository contains code and artifacts to help process Gitcoin Grants data from the [Allo Indexer Data API](https://indexer-production.fly.dev/data/). It is an instance of [Datadex](https://github.com/davidgasquez/datadex) allowing you and everyone else to:
The repository contains code and artifacts to help process Gitcoin Grants data from the [Grants Stack Indexer API](https://github.com/gitcoinco/grants-stack-indexer). It is an instance of [Datadex](https://github.com/davidgasquez/datadex) allowing you and everyone else to:

- Add new data sources to the portal, collaborate on better models (ala Dune) or submit an interesting analysis.
- All in a permissionless way. Don't ask, fork it and improve the models, add a new source or update any script.
Expand Down
2 changes: 1 addition & 1 deletion data/IPFS_CID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bafybeib3je3jao4twclrupb6ppbqgbhgwqryyfglj4wpuy5xkgi76i4tt4
bafybeiajbtxp4mlwajurmgavajaknpogjgx6aca5s23arfreahk5nwvkly

0 comments on commit 593976e

Please sign in to comment.