Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4406arthur/grape

ETH chain indexer
https://github.com/4406arthur/grape

Last synced: about 2 months ago
JSON representation

ETH chain indexer

Awesome Lists containing this project

README

        

# grape
ETH chain scraper

## indexer
used for block discover, will submit relative task into jobqueue

## scraper
consumer for jobqueue, concurrent query ETH Chian by RPC Spec, and batch insert into target RDBMS

## api-service
for client side fast access chian data

## How to run

1. run the docker-compose.yaml inside deployments (start local db)
2. setup config file (you could use default value)
3. go run main.go