Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4406arthur/grape
ETH chain indexer
https://github.com/4406arthur/grape
Last synced: about 2 months ago
JSON representation
ETH chain indexer
- Host: GitHub
- URL: https://github.com/4406arthur/grape
- Owner: 4406arthur
- License: mit
- Created: 2022-04-05T13:31:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T14:15:29.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T05:11:55.457Z (7 months ago)
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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