Skip to content
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

dev: backups #19

Open
EvolveArt opened this issue Mar 6, 2024 · 0 comments
Open

dev: backups #19

EvolveArt opened this issue Mar 6, 2024 · 0 comments
Labels
enhancement New feature or request refacto

Comments

@EvolveArt
Copy link
Contributor

Current Behavior

The monitoring heavily depends on these 3 external dependencies:

  • Defillama API
  • Apibara (Indexing)
  • RPC Provider (Infura)

Expected Behavior

We should provide at least 1 backup solution for each of these components

  • If Defillama is down use another one (Coingecko? Coinmarketcap?)
  • If Infura is down, backup on Alchemy or Blast
  • If Apibara is down, backup on Checkpoint or DipDup ?

The hardest one being the indexer we should probably come up with an elegant design.
The main source of truth is the Postgres DB which is filled with indexed data => We always need to keeps the DB in sync with what is happening on-chain.

@EvolveArt EvolveArt added enhancement New feature or request refacto labels Mar 6, 2024
@EvolveArt EvolveArt moved this to Backlog in Pragma Backlog Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refacto
Projects
Status: Backlog
Development

No branches or pull requests

1 participant