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
Currently, PostgreSQL functions as the connector between the WebApp and the controlling unit. While this approach is practicable for storing the balls position, it isn't for steering the device via the mobile phone.
So switch to a message pus, use a Pub/Sub pattern with Kafka as the message broker.
To abstract the logic of receiving/writing the events, use dapr.
Also storing the data during the control-cycle should be done in an extra thread
The text was updated successfully, but these errors were encountered:
Currently, PostgreSQL functions as the connector between the WebApp and the controlling unit. While this approach is practicable for storing the balls position, it isn't for steering the device via the mobile phone.
So switch to a message pus, use a Pub/Sub pattern with Kafka as the message broker.
To abstract the logic of receiving/writing the events, use dapr.
Also storing the data during the control-cycle should be done in an extra thread
The text was updated successfully, but these errors were encountered: