Categorygithub.com/algonode/blocksrv
modulepackage
0.0.0-20241227101628-7ffa4f433529
Repository: https://github.com/algonode/blocksrv.git
Documentation: pkg.go.dev

# README

Nodely BlkServer

This is an Algorand block (payset+evaldelta+cert) storage server.

  • Use Nodely Block exporter conduit plugin to import blocks with eval deltas into the server.
  • Use Block server as virtual follower node or natively with Nodely BlkSrv importer conduit plugin.

Example use

flowchart LR
    NC[Light Relay] --> VF[Nodely Virtual Relay] 
    VF --> FO[Follower Node] 
    FO --> BE[Nodely EvalDelta Block\nExporter plugin]
    subgraph A[BlkSrv ETL]
        subgraph O[Optional]
            NC
            VF
        end
        FO
        subgraph C1[Conduit 1]
        BE
        end
    end
    A --> BS
    BS[Nodely EvalDelta\nBlock Server] -->|blocks| BI[Nodely BlkSrv\nimporter plugin] 
    BS <--> PD[(Compressed\nPebble DB)]
    BI --> OE[Online Stake\nExporter]
    OE --> CH[(ClickHouse\nstake history)] 
    subgraph Conduit 2
      BI
      OE
    end

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author