Management
Reporting and Control
As part of a Hydrolix deployment a UI, API and Prometheus end-point are deployed. The UI is a simple interface for managing the infrastructure, tables, databases and users of the platform. The UI is a effectively a skin of the API and is an optional component, the config-api however is required as it is the main interface for configuring the platform.
In addition to the UI and API, a Prometheus service is supplied as part of the deployment. This can be deployed as its own service and can either be used as a source for such things as Grafana, or can be used directly. All Hydrolix service components have Prometheus node exporters installed by default.
The Turbine API is a RESTful OpenAPIv3. The schema can be found on a deployed platform on the following path - https://<host>.hydrolix.live/config/schema/
Looking for the API Schema
The schema definition can be found here Schema
Updated 5 months ago