We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The backfiller in Metaplex DAS is separated and offered as a standalone lib in this PR
LightDAS uses the program_transformer from Metaplex DAS to write live ingestion to the database
program_transformer
Integrating the backfiller would eliminate the error margin LightDAS' backfiller might have and provide the same consistent writes as Metaplex DAS
The text was updated successfully, but these errors were encountered:
feat: integrating Metaplex DAS' backfiller. solves #11
f1c5ba4
Signed-off-by: Wilfred Almeida <[email protected]>
Merge pull request #12 from WilfredAlmeida/backfill-crate
ff4e8b9
No branches or pull requests
The backfiller in Metaplex DAS is separated and offered as a standalone lib in this PR
LightDAS uses the
program_transformer
from Metaplex DAS to write live ingestion to the databaseIntegrating the backfiller would eliminate the error margin LightDAS' backfiller might have and provide the same consistent writes as Metaplex DAS
The text was updated successfully, but these errors were encountered: