Skip to content

Commit 8eb12e9

Browse files
update status of project wrt Nansen (#206)
1 parent 7f8f114 commit 8eb12e9

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
Polygon ETL allows you to setup an ETL pipeline in Google Cloud Platform for ingesting Polygon blockchain data
66
into BigQuery and Pub/Sub. It comes with [CLI tools](/cli) for exporting Polygon data into convenient formats like CSVs and relational databases.
77

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).
25+
26+
827
## Architecture
928

1029
![polygon_etl_architecture.svg](polygon_etl_architecture.svg)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Status Update (2024-08-29)
2+
3+
- 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

Comments
 (0)