Batching should be on a 1m basis at minimum. This can be enforced by immediately collecting all results into hashmap counder and then applying the rate limiting for the database write.
It would also be good to have a per-route time series graph. This could be done using htmx to provide a nice experience. Click on the route to show the graph in a row underneath it or something similar.
Batching should be on a 1m basis at minimum. This can be enforced by immediately collecting all results into hashmap counder and then applying the rate limiting for the database write.
It would also be good to have a per-route time series graph. This could be done using htmx to provide a nice experience. Click on the route to show the graph in a row underneath it or something similar.