Giter Club home page Giter Club logo

evmtrace-etl's Introduction

ZKSCAN ETL

Pure Rust kafka consumer for trace call filtering with kv caching through redis and dump to postgres ez

Architecture

  • For Ethereum, Arbitrum, and Optimism
  • Pull Chainbase Kafka's trace and block topic
  • Block
    • Push to etl result channel
  • Trace
    • Construct trace tree for each transaction
    • Filter call to precompiles and output as degree from such specific precompiles (0x01 and 0x08)
    • Push all related degree 0 and 1 contracts to etl result channel
    • Push transaction with enough relation to those contracts to etl result channel
  • Etl result channel receive result from topic transformation
    • Cache unique block/transaction/contract to Redis
    • Dump to PostgreSQL

Health Check

Probe endpoint can be called to / which always return {"message":"ok"} and health and sync stats can be check through /health which display syncing distance and current height and so on.

Performance

Eh 1 core and 512mb memory machine is enough (thanks rust), but binary size is kinda big tho so keep that in mind.

How To Use

Build and run locally

Install Git and Rust then

git clone https://github.com/scb-10x/zkscan-etl
cd zkscan-etl/

Configure .env through .env.example example, then build and run through

cargo build
cargo run --release

Or optionally through docker

docker compose build
docker compose up

evmtrace-etl's People

Contributors

y-pakorn avatar yoyoismee avatar

Stargazers

0xStone avatar dora avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.