Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.31 KB

Block Node Application

Table of Contents

  1. Overview
  2. Prerequisites
  3. Configuration
  4. Metrics
  5. Design
    1. Block Persistence
    2. Bi-directional Producer/Consumer Streaming with gRPC

Overview

The Block Stream Application is designed handle the output of a Hedera Node, which would be in form of Block Stream. By handling we can understand verifying, storing and applying needed state changes. It uses various configuration sources and dependency injection to manage its components.

Configuration

Refer to the Configuration for configuration options.

Quickstart

Refer to the Quickstart for a quick guide on how to get started with the application.

Metrics

Refer to the Metrics for metrics available in the system.

Design

Block Persistence

Refer to the Block Persistence for details on how blocks are persisted.

Bi-directional Producer/Consumer Streaming with gRPC

Refer to the Bi-directional Producer/Consumer Streaming with gRPC for details on how the gRPC streaming is implemented.