M
Microservices
- C
The client updater service maintains a websocket connection with the frontend application and pushes ui updates through it.
- D
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.
- L
This microservice based on django (for REST) exposes several endpoints for text/sentence-to-HD-embedding-vectors and HD-vectors-to-2D projection.
- Q
Service that takes incoming query requests, performs them on the database and then publishes the result.