Shovel Can Now Index Multiple Chains #138
ryandotsmith
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is useful if you want to index Mainnet, Bedrock, and Base into a single Postgres database using a single E2PG process.
Concurrent chain indexing is accomplished by Shovel's (fka E2PG) new task model. A single Shovel daemon can run concurrent tasks. In addition to indexing multiple chains, tasks can be used when you want to add a new integration to an existing Shovel installation. This allows you to easily keep your primary indexing operations running while the new integration is being backfilled.
For more information, see Shove's README.
Task status can be monitored via the web ui:
https://localhost:8546
The Block API is available for 2 chains at the moment:
Beta Was this translation helpful? Give feedback.
All reactions