You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
What problems does this need to solve?
Use cases:
Backend specific information:
Brain-dump of proposed features / possible interfaces:
lightbus inspect
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.The text was updated successfully, but these errors were encountered: