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

Create an indexer-service framework within indexer-common #76

Closed
Jannis opened this issue Oct 18, 2023 · 1 comment
Closed

Create an indexer-service framework within indexer-common #76

Jannis opened this issue Oct 18, 2023 · 1 comment
Assignees

Comments

@Jannis
Copy link
Collaborator

Jannis commented Oct 18, 2023

My "dream" is to be able to write an indexer service for a new data service with only a few lines of code. Think along the lines of running a single run_indexer_service function to which a few things are passed:

  • A function to extract receipts from incoming requests.
  • A function to forward incoming requests to the data service backend (e.g. graph-node, SQL database).
  • A status API of sorts
  • A cost model API of sorts
@Jannis Jannis self-assigned this Oct 18, 2023
@Jannis
Copy link
Collaborator Author

Jannis commented Dec 19, 2023

This is done as of #80. The subgraph indexer-service has been ported to this framework as well, in #104.

@Jannis Jannis closed this as completed Dec 19, 2023
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

1 participant