Extra labels: example, indexing
Tier: L (5-7 days) | Type: example
Context. Third-party indexer teams keep asking "what's your recommended ingest shape?" Ship a reference: TypeScript indexer that follows Soroban RPC events, writes to Postgres, exposes a GraphQL endpoint. Not production, just canonical shape.
Scope.
- New dir
stellar/examples/indexer/ (TypeScript, Fastify, pg, postgraphile).
- Ingest all four contracts' events.
- Reorg-safe: watermark + rollback on chain reorg.
- README with
docker compose up one-liner.
Acceptance.
Files. stellar/examples/indexer/ (new).
Extra labels:
example,indexingTier: L (5-7 days) | Type: example
Context. Third-party indexer teams keep asking "what's your recommended ingest shape?" Ship a reference: TypeScript indexer that follows Soroban RPC events, writes to Postgres, exposes a GraphQL endpoint. Not production, just canonical shape.
Scope.
stellar/examples/indexer/(TypeScript, Fastify, pg, postgraphile).docker compose upone-liner.Acceptance.
Files.
stellar/examples/indexer/(new).