Skip to content

lunochkin/chain-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architecture Overview

flowchart TD
    A["Blockchain Node"] --> B["Chain Listener"]
    B --> C["Redpanda Topic"]
    C --> D["Materializer"]
    D --> E["Postgres Database"]
    E --> F["HTTP API (Initial State)"]
    E --> G["WebSocket Hub (Live Updates)"]

    subgraph Client Side
        F
        G
    end
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors