forked from confluentinc/demo-scene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ksqlDB.postman_collection.json
53 lines (53 loc) · 1.24 KB
/
ksqlDB.postman_collection.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"info": {
"_postman_id": "d519308d-1221-4a70-83df-1d1161395450",
"name": "ksqlDB",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Customer review count by minute",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text",
"disabled": true
}
],
"body": {
"mode": "raw",
"raw": "{\"ksql\":\"SELECT TIMESTAMPTOSTRING(WINDOWSTART, 'yyyy-MM-dd HH:mm:ss') AS WINDOW_START_TS, FULL_NAME, RATINGS_COUNT FROM RATINGS_PER_CUSTOMER_PER_MINUTE WHERE ROWKEY='Rica Blaisdell' AND WINDOWSTART > '2020-04-29T09:42:00.000';\",\"streamsProperties\": {\"ksql.streams.auto.offset.reset\": \"earliest\"\n }}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:8088/query",
"host": [
"localhost"
],
"port": "8088",
"path": [
"query"
],
"query": [
{
"key": "",
"value": "",
"disabled": true
}
]
},
"description": "Build a streaming pipeline demo"
},
"response": []
}
],
"protocolProfileBehavior": {}
}