paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes
Apache License 2.0
1.12k stars 97 forks source link

add reth_db support #163

Open sslivkoff opened 8 months ago

ThakurRajAnand commented 6 months ago

@sslivkoff Would this allow python cryo package to directly read from local reth node db.

I am new to exploring reth and cryo. I am syncing node to external SSD using reth and want to explore creating some Airflow pipelines to stream statistics to local DuckDB and then play around with some visualization. Appreciate any recommendation you might have