Dashbuilder Data Sets providers
Dashbuilder data comes from datasets. A dataset provider is responsible to go to a source of data, get the data and transform the format supported by Dashbuilder. The supported providers are:
-
Prometheus: Generate a data set based on a Prometheus query
-
Kafka: Generate a data set from Kafka metrics.
-
CSV: Use to generate a data set from a remote or local CSV file
-
SQL: Use to generate a data set from an ANSI-SQL compliant database
-
Execution Server: Use to generate a data set using the custom query feature of an Execution Server
-
External: Generate a data set from JSON files or services
-
Bean: Use to generate a data set from a Java class
With Dashbuilder client mode only External datasets are supported! To bring more flexibility to external data sets soon Dashbuilder will support transform expression, making it possible to consume almost any valid JSON format.
Comments
Visit our forum to comment