You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@
5
5
Polygon ETL allows you to setup an ETL pipeline in Google Cloud Platform for ingesting Polygon blockchain data
6
6
into BigQuery and Pub/Sub. It comes with [CLI tools](/cli) for exporting Polygon data into convenient formats like CSVs and relational databases.
7
7
8
+
9
+
## Status Update (2024-08-29)
10
+
11
+
### This repo
12
+
- Nansen has decided to step back from its role as major contributor to this repo.
13
+
- Nansen would like to thank all contributors to this repo, with best wishes for the future.
14
+
15
+
### Raw data
16
+
- Polygon continues to batch load daily to BigQuery dataset `public-data-finance.crypto_polygon`.
17
+
- However, streaming to this dataset is currently disabled in Polygon's GCP infra.
18
+
- Nansen will no longer be maintaining this dataset; it's up to Polygon what happens next.
19
+
20
+
### Parsed data
21
+
- This repo's [table_definitions folder](./airflow/dags/resources/stages/parse/table_definitions) is now archived. Please do not add table definitions there!
22
+
- Nansen continues to batch load daily to BigQuery datasets `blockchain-etl.polygon_*`.
23
+
- Nansen will be maintaining this dataset for the foreseeable future.
24
+
- If you wish to contribute table definitions, please raise PRs in [nansen-ai/evm-table-definitions](https://github.com/nansen-ai/evm-table-definitions).
- This folder is now archived. Please do not add table definitions here!
4
+
- Nansen continues to batch load daily to BigQuery datasets `blockchain-etl.polygon_*`.
5
+
- Nansen will be maintaining this dataset for the foreseeable future.
6
+
- If you wish to contribute table definitions, please raise PRs in [nansen-ai/evm-table-definitions](https://github.com/nansen-ai/evm-table-definitions).
0 commit comments