Live Data Insertion
harder

This version collects and inserts collected gossip messages in real time into the ln-history-database.

Please note that this version is more difficult to setup, since it consists of multiple micro services.

Architecture

You will have to have a running Core Lightning node.

First we will configure the Core Lightning node to run the gossip-publisher-zmq plugin. The plugin publishes the collected gossip messages via a Zero Message Queue to the gossip-syncer micro-service. The gossip messages get filtered and then produced to a Kafka instance. The gossip-post-processor subscribes from this service and inserts the collected data into the ln-history-database.

ON THIS PAGE