-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Indexer #282
Comments
7 tasks
Following the meeting with the @dapperlabs team, as a first iteration what we will do is simply to fetch trie updates from an S3 bucket and feed them to the mapper. This feature will need the following set of tasks to be implemented:
Q/A:
|
This was referenced Aug 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This epic is about creating a new binary in Flow DPS, which fulfills the same purpose as
flow-dps-indexer
, except that it reads from a live network instead of using historical data as a source.Instead of running once and outputting a complete index, this binary is intended to keep running for as long as the network it's connected to is running, and to continuously fetch live updates.
Required Data
In order for the index to be complete, the Flow Live DPS Indexer will require:
The text was updated successfully, but these errors were encountered: