Build Your Own Indexer
Learn about the services and tools that you can build custom indexing with.
Galexie
Galexie is a tool for acquiring Stellar ledger metadata from the network and exporting to external storage,a data lake. Galexie is the foundation of the Composable Data Pipeline (CDP) and serves as the first step in extracting raw Stellar ledger metadata and making it accessible. Learn more about CDP’s benefits and applications in this blog post.
Why Use It:
- You want to maintain a data lake of pre-computed ledger metadata for historical and currently closed network ledgers.
Ingest SDK
A set of Golang packages which can be used within application as a programmatic domain model to interact with Stellar network.
Why Use It:
- You want rapid development of applications in Golang which can acquire and parse ledger meta data and ledger entries from Stellar network.
- You want an intuitive, compile-time, type-safe application developer experience.
- You want to programatically access History Archives to retrieve ledger entries.