-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
34 lines (34 loc) · 1.32 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Timeplus",
"id": "timeplus-proton-datasource",
"metrics": true,
"backend": true,
"streaming": true,
"alerting": true,
"annotations": true,
"executable": "gpx_timeplus",
"info": {
"description": "Timeplus is a unified streaming and historical data processing engine in a single binary. It helps data engineers and platform engineers solve complex real-time analytics use cases, and powers the Timeplus streaming analytics platform. The core engine is open-sourced at https://github.com/timeplus-io/proton. Timeplus Enterprise, https://www.timeplus.com/product, reduces time, complexity, and cost by using SQL to build real-time applications, data pipelines, and dashboards at the edge or cloud.",
"author": {
"name": "Timeplus"
},
"keywords": ["datasource"],
"logos": {
"small": "img/timeplus.svg",
"large": "img/timeplus.svg"
},
"links": [],
"screenshots": [
{ "name": "Query Editor", "path": "img/query.png" },
{ "name": "Dashboard", "path": "img/dashboard.png" }
],
"version": "2.1.0-beta.1",
"updated": "2024-11-05"
},
"dependencies": {
"grafanaDependency": ">=10.4.0",
"plugins": []
}
}