ngjaying
ngjaying
Need to test the feature and fix problems for all shipped connectors
Investigate how to generate swagger API for eKuiper's REST API.
Currently, plugin are loaded when using in runtime. Need a way to check if it works properly. For go native plugin, there is a side-effect. Check the plugin status may...
We support some accumulate functions like acc_sum, acc_avg which will run through the whole rule life cycle. Think about adding a stop or restart condition to let it refresh. For...
Currently, eKuiper just exit immediately. Need to let rule clean up, especially when using file sink.
Handle messages at regular rate, by time or by count.
**What would you like to be added/modified**: Add parquet format for source/sink **Why is this needed**: Parquet is a columnar storage file format optimized for use with big data processing...
Current TDengine sink is for v2. Many users have migrated to v3, so we also need a v3 version.
Scan table content is saved in the memory and we did not have a way to query it solely. A workaround is to create a rule to join it. **What...
- Do all dynamic properties calculation in transform op - Planner identify all dynamic properties for transform op - Refactor for data models to support props