lf-edge / ekuiper

Lightweight data stream processing engine for IoT edge
https://ekuiper.org
Apache License 2.0
1.48k stars 414 forks source link

Unable to create stream for array with dict #1452

Closed snzhaoch closed 1 year ago

snzhaoch commented 2 years ago

Environment:

What happened and what you expected to happen: I need use window function with event time, and date structure is a little complex, eg:

{
    "msg_id": 77723123139,
    "time": 1666319677.4842129, 
    "payload": [
        {"name": "ZhangSan", "age": 14},
        {"name": "LiSi", "age": 21}
    ]
}

but raise exception when I create stream

How to reproduce it (as minimally and precisely as possible):

image
ngjaying commented 2 years ago

This should be a UI problem. You could use API or just use schemaless mode for now.

ngjaying commented 1 year ago

eKuiper manager is discontinued. Please use CLI or REST API. If you need UI, please reach out for commercial support.