📄️ Overview
This tutorial walks through how an application can leverage common streaming data patterns to ingest Stellar network transaction data using a few select packages from the Stellar Go Repo github.com/stellar/go collectively known as the 'Ingestion' SDK:
📄️ Ingestion Pipeline Sample Code
Complete code for a small sample of a Stellar network ingestion pipeline using the Stellar Go Ingestion SDK to publish derived data to a remote message broker. Demonstrate event-driven, distributed processing with a sample microservice (Python script) as subscriber.