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

Improve sink status server to include indexing status #229

Closed
fracek opened this issue Aug 22, 2023 · 1 comment
Closed

Improve sink status server to include indexing status #229

fracek opened this issue Aug 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fracek
Copy link
Contributor

fracek commented Aug 22, 2023

Is your feature request related to a problem? Please describe.

Would be nice if the sink status server included information about the indexing status. This will enable us to build a monitoring TUI that shows the indexing progress of an indexer.

Describe the solution you'd like

The status server should return the following data:

{
  "status": "running",
  "start_block": 1000,
  "head_block": 2000,
  "current_block": 1600
}

Where the head block is fetched from the DNA server (after #119 is implemented).

Additional context

A TUI for apibara up would be amazing.

@fracek fracek added the enhancement New feature or request label Aug 22, 2023
@fracek
Copy link
Contributor Author

fracek commented Sep 30, 2023

This is now live.

@fracek fracek closed this as completed Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant