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 management interface #18

Open
adamcharnock opened this issue Feb 13, 2020 · 0 comments
Open

Create management interface #18

adamcharnock opened this issue Feb 13, 2020 · 0 comments

Comments

@adamcharnock
Copy link
Owner

adamcharnock commented Feb 13, 2020

What problems does this need to solve?

Use cases:

  • Is everything working as expected?
    • Error rates
    • Services are behind
  • If everything isn't working, why?
    • What are the recent errors?
    • Are services lacking workers?
    • Are workers bouncing? (keep restarting)
  • Get me the message for a given ID (bonus: search for messages based on other criteria)
  • Why was this message emitted? (i.e. does it have a parent event)
  • What downstream events were triggered by this event?

Backend specific information:

  • Redis:
    • Memory use
    • Stream size / growth over time
    • Last save to disk

Brain-dump of proposed features / possible interfaces:

  • View services
  • View workers
  • View lag
  • Inspection features as provided by lightbus inspect
  • View APIs
  • View events
  • View RPC calls
  • Send events (validated against schema)
  • Make RPC calls (validated against schema)

Previous implementation

A previous implementation was created with aiohttp and React. I found this to be cumbersome, and likely a faff for other contributors to get up and running. I would like to prioritise ease of setup for the next attempt. I'm currently leaning towards Django Channels and vue.js.

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