Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
-
Extension of text_explainability for sensitivity testing (robustness & fairness).
Updated -
Updated
-
Updated
-
Updated
-
Updated
-
Updated
-
Updated
-
2022 BSc Project by Boris de Graaf supervised by Michael Behrisch
Updated -
The request handler takes requests from the client, validates it and then produces it to the correct queue.
Updated -
This service routes incoming query requests to query executor services with the required query language and database code running. It also allows for the retrieval of cached query results, which can be requested from the frontend. In the future we envision this service as a more advanced load balancer, as RabbitMQ only has round robin load balancing, which does not work if requests take arbitrary amounts of time.
Updated -
Service that takes incoming query requests, performs them on the database and then publishes the result.
Updated -
Service that tests the connection to a users database. Called from the frontend before a user can add the database to prevent adding a database with invalid credentials.
Updated -
The client updater service maintains a websocket connection with the frontend application and pushes ui updates through it.
Updated