-
**Description:**
I have few siddhi files which use rdms:cud and rdbms:query operations in the workspace folder.
When I tried to start the editor when the mysql server is down,tooling fails to start.…
-
**Description:**
$subject due to bump of Siddhi to 5.1.7. Test case needs to be refactored
-
[2019-10-21 09:50:53,366] ERROR {org.wso2.carbon.data.provider.endpoint.DataProviderEndPoint} - Error initializing the data provider endpoint for source type SiddhiStoreDataProvider. Error @ Line: 1. …
-
Does siddhi stream support the nested structure?
Let's consider I have the stream like -
eg :
```
{
"name" : "abc",
"id" : "xyz",
"account" : [
{"bank":"sbi","bal":100},{"bank":"pnb","b…
-
**Description:**
Add documentation for below APIs.
Tooling: Editor and Simulator
-
**Description:**
```
define aggregation StockAggregation
from StockStream
select symbol, avg(price) as avgPrice, sum(price) as totalPrice
group by symbol
aggregate every sec...day ;
```
I…
-
**Description:**
Before 0.2.0-m2 release Siddhi operator used a static parser which deployed as a prerequisite. If a user has a custom extension that static parser would fail. Therefore in 0.2.0-m2 c…
-
**Description:**
The thread setting :
> partition.wise
is not fetching data from all the partitions. It always pulls data from first 5 partitions and does not pull any data from remaining par…
-
**Description:**
In the default distributed deployment of SiddhiProcesses, we are dividing user given app to partial Siddhi apps and deploy those apps. The deployment and partial Siddhi app have one …
-
**Description:**
Currently analytics data accepts over a Apache thrift service. When considering performance it's better if there is a gRPC service to pass analytics data.
This feature can enable …