|
@@ -40,7 +40,7 @@ Below is a sample for selecting temperature great than 50 degree, and some profi
|
|
|
```json
|
|
|
{
|
|
|
"id": "influx",
|
|
|
- "sql": "SELECT * from demo_stream where temperature < 50",
|
|
|
+ "sql": "SELECT * from demo_stream where temperature > 50",
|
|
|
"actions": [
|
|
|
{
|
|
|
"log": {},
|
|
@@ -78,4 +78,4 @@ require (
|
|
|
|
|
|
replace github.com/emqx/kuiper => /root/goProject/kuiper
|
|
|
|
|
|
-```
|
|
|
+```
|