Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spike: indexer research for stellar #5

Open
12 tasks
RafaDSan opened this issue Dec 23, 2024 · 1 comment
Open
12 tasks

spike: indexer research for stellar #5

RafaDSan opened this issue Dec 23, 2024 · 1 comment
Assignees

Comments

@RafaDSan
Copy link
Collaborator

As we need to index data from the stellar smart contracts, we have the options to do it manually, building our own indexing system or integrate it with an alrerady builded indexer.

Research the following indexers: https://developers.stellar.org/docs/data/data-indexers/indexer-providers

Checklist:

Indexer Functionality

  • Does it support Soroban?
  • Does it have Real-time event capture capability?
  • Does it have Historical data retrieval support?
  • Does it have Support for custom event filtering?
  • Does it have Ability to handle contract-specific events?
  • Does it have Error handling and recovery mechanisms?

Integration Requirements (Optional as depending on the indexer it will have the whole process)

  • Does it have API compatibility with our backend (NestJS)?
  • Does it have Documentation quality and completeness?
  • Does it have SDK availability for our tech stack?

Performance Considerations:

  • Is the average query response time viable?
  • Is the average Data freshness (lag time) time viable?
  • Are the Scalability options viable?

Cost Analysis:

  • How is the Pricing model (pay-per-use, subscription)?
  • How are the Free tier limitations?
  • How much is the Pricing for additional features?
  • How is the Support costs?
  • Infrastructure costs if self-hosted

Support & Maintenance:

  • How is the Community activity
  • How is the Technical support availability
  • How is the Bug fix responsiveness
@RafaDSan RafaDSan self-assigned this Dec 23, 2024
@RafaDSan
Copy link
Collaborator Author

P0

@RafaDSan RafaDSan changed the title research: indexer research for stellar spike: indexer research for stellar Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants