This document outlines the Giveth data ingestion pipeline integrated into the DAGSTER-based ETL system. It describes what data is pulled, and where it lands in the data lake.
The pipeline fetches:
- QF Rounds Metadata
| import { providers } from "ethers"; | |
| import { useEffect, useState } from "react"; | |
| import { usePublicClient, useWalletClient } from "wagmi"; | |
| export function publicClientToProvider(publicClient) { | |
| const { chain, transport } = publicClient; | |
| const network = { | |
| chainId: chain.id, | |
| name: chain.name, | |
| ensAddress: chain.contracts?.ensRegistry?.address |
| { | |
| "members": [ | |
| { | |
| "id": "0x50808a981f8e21127a4757a16d858e96a5789a73ff60ad59825f32b2e14749e2", | |
| "type": "EthereumAddress" | |
| }, | |
| { | |
| "id": "0x1559efa2f9d2a36cff014fce1801c9580ebdf60d625218db3cddf2efcef29ba3", | |
| "type": "EthereumAddress" | |
| }, |
git clone https://github.com/nextauthjs/next-auth-example.git
cd next-auth-example
npm i
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition: