- Follow https://cloud.google.com/bigquery/docs/reference/libraries to setup
GOOGLE_APPLICATION_CREDENTIALS
environment variable - install needed packages e.g go get -u github.com/jinzhu/gorm
- Increase ulimit value on command prompt e.g. ulimit -n5000 (This will fix
too many open files
issue, since script is launching many goroutines for fetching each transaction status - Optionally run the script Recursively by updating main() method with
time.Sleep(time.Second * 5) main()
-
Notifications
You must be signed in to change notification settings - Fork 0
sitetester/ethereum-blockchain-parser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A concurrent parser for Ethereum and stores parsed data in Google BigQuery
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published