Build Custom Network Ingestion Pipeline
With Stellar's Composable Data Platform you can build fast, lightweight data pipelines for ledger data.
📄️ Overview
This tutorial walks through how an application can leverage CDP architecture to create fast, lightweight Stellar Ledger Metada data pipelines using a few select packages from the Stellar Go Repo github.com/stellar/go-stellar-sdk collectively known as the 'Ingestion' SDK:
📄️ CDP Consumer Pipeline Sample Code
Complete code for a small sample of a consumer pipeline of Stellar network ledger metadata using the Stellar Go Ingest SDK to demonstrate data pipeline from ledger metadata to derived data model with event-driven, distributed processing to sample microservice (Python script) as subscriber.