This is considered in beta.
- This SDK is used in Grafana Datasource Plugin.
Navigate to the directory and execute the below command to run application
go run cmd/main.go
OR
If you are using visual studio and then add GO Extension
http://localhost:8088
POST /login
{
"userName": "",
"password": ""
}
Field | Type | Description |
---|---|---|
userName |
string |
Required. Boiling account Email id |
password |
string |
Required. Password |
POST /query
{
"messageType": "SQL_QUERY",
"sql": "SELECT * FROM parquet_scan('s3://boilingdata-demo/demo.parquet') LIMIT 20;",
"requestId": "reqId65",
"readCache": "NONE",
"tags": [
{
"name": "CostCenter",
"value": "930"
},
{
"name": "ProjectId",
"value": "Top secret Area 53"
}
]
}
POST /wssurl
POST /connect
{
"wssURL" : ""
}
Field | Type | Description |
---|---|---|
wssURL |
string |
Required. Signed wss url |