blocksrv

command module
v0.0.0-...-888f0f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2024 License: MIT Imports: 1 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL