Repository
This issue belongs in Fundable-Protocol/Backend under indexer/.
Migrated from https://github.com/Fundable-Protocol/stellar_indexer/issues/20.
Context
The API should be separated from ingestion and expose indexed stream/distribution data through Apollo Server.
Scope
Out of Scope
- Unrelated package work
- Docker, CI, or deployment work unless named in scope
- Broad refactors outside the touched package
Acceptance Criteria
Dependencies
Suggested Files or Packages
indexer/api/
indexer/streams/schema.graphql
indexer/distributions/schema.graphql
indexer/common/src/db/
Repository
This issue belongs in
Fundable-Protocol/Backendunderindexer/.Migrated from https://github.com/Fundable-Protocol/stellar_indexer/issues/20.
Context
The API should be separated from ingestion and expose indexed stream/distribution data through Apollo Server.
Scope
apiworkspace packageOut of Scope
Acceptance Criteria
bun run type-checkpassesbun run testpassesbun run lintpassesbun run indexer:type-checkpassesbun run indexer:testpassesbun run indexer:lintpassesDependencies
Suggested Files or Packages
indexer/api/indexer/streams/schema.graphqlindexer/distributions/schema.graphqlindexer/common/src/db/