Skip to content

Instantly share code, notes, and snippets.

@erwanor
Created September 5, 2023 16:09
Show Gist options
  • Save erwanor/9c8838f99d8ce574b129f6c0ea97a2df to your computer and use it in GitHub Desktop.
Save erwanor/9c8838f99d8ce574b129f6c0ea97a2df to your computer and use it in GitHub Desktop.
an indexer arch
┌──────┐ ───────────┐
│ │ │
│ pd │ ◄───────┐ │
│ │ │ │
┌──┴──────┴────┐ │ │
│ tendermint │ │ │
└──────┬───────┘ │ │
│ fetch │ │
ws feed │ executions│ │
───────────────────┴──────────────┼──┼─────────
▼ │ │
┌─────┐ ┌───────────────┐ │ │
│ │ ───► │ ├─────┘ │
│redis│ │ price indexer │ │
│ │ ◄─── │ │◄───────┘
└─────┘ └───┬───────────┘
│ ▲
──────────────────┼───────┬───────────────────────
│ │
▼ │
┌─────────────┴──┐
│ public api │
└────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment