I currently have an application which is receiving data on a 1s interval from a RabbitMQ broker. Originally the application was set up such that the RabbitMQ server was outputting to a json, which the Dashboard was reading in from periodically using a dcc interval.
I have reason to move away from this format, and restructure such that there is no IO happening. I have scoured the forums for hours and it seems as if there is no possible way to simply have the RabbitMQ consumer, call a function which udates my graphs? Is this true, or is there a way of going about this