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

Replace PostgreSQL-connection to kafka #27

Open
SimonFrauenschuh opened this issue Aug 29, 2023 · 0 comments
Open

Replace PostgreSQL-connection to kafka #27

SimonFrauenschuh opened this issue Aug 29, 2023 · 0 comments
Labels
improvement Improved Feature / Construction

Comments

@SimonFrauenschuh
Copy link
Owner

SimonFrauenschuh commented Aug 29, 2023

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

@SimonFrauenschuh SimonFrauenschuh added the improvement Improved Feature / Construction label Aug 29, 2023
@github-project-automation github-project-automation bot moved this to Backlog in Sisyphos 2.0 Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improved Feature / Construction
Projects
Status: Backlog
Development

No branches or pull requests

1 participant