Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 447 Bytes

File metadata and controls

9 lines (7 loc) · 447 Bytes

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.