Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.03 KB

File metadata and controls

22 lines (15 loc) · 1.03 KB

Blockdaemon logo

Chain Sink

Chain Sink is a high performance data sink using Blockdaemon Chain Watch websocket API.

Chain Watch API

For more information about the Chain Watch API, please see:

How Chain Sink works

Chain Sink is a single binary that can be used to consume data from Chain Watch using websockets, and forward the data to one of the supported adapters. Currently the following adapters are supported:

  • stdout: prints the data to the console
  • kafka: produces the data to a Kafka topic

Configuration

Chain Sink is fully configuration driven. Please see the configuration reference for more information.

Getting started

See our quick start guide to get started or see our examples for more information.