hustnn / chain-sync

Sync ethereum on-chain data to S3 with exactly once guarantee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chain-sync

Sync data from ethereum fullnode to s3 in streaming mode and provide exactly once guarantee. The synced data is stored as delta table format (https://github.com/delta-io/delta). Other query engins support delta tables can query the onchain data more efficiently directly from S3 for complex query analytics.

Design

To be added

Claim

This project is done 1 year ago for personal interest. Don't use it for commercial purposes.

About

Sync ethereum on-chain data to S3 with exactly once guarantee


Languages

Language:Rust 100.0%