Created
September 5, 2023 16:09
-
-
Save erwanor/9c8838f99d8ce574b129f6c0ea97a2df to your computer and use it in GitHub Desktop.
an indexer arch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
┌──────┐ ───────────┐ | |
│ │ │ | |
│ 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