Registry / other / siddhi-core

siddhi-core

JSON →
library4.5.11javamavenunverified

High-performance complex event processing engine for real-time data analysis and event stream processing.

<dependency> <groupId>org.wso2.siddhi</groupId> <artifactId>siddhi-core</artifactId> <version>4.5.11</version> </dependency>
INSTALL
IMPORT
SIG · SIDDHI-CORE
S
siddhi-core
otherjavav4.5.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SiddhiAppRuntime
org.wso2.siddhi.core.SiddhiAppRuntime

Creates and starts a Siddhi application runtime.

import org.wso2.siddhi.core.SiddhiAppRuntime; import org.wso2.siddhi.core.SiddhiManager; public class Example { public static void main(String[] args) { SiddhiManager siddhiManager = new SiddhiManager(); SiddhiAppRuntime runtime = siddhiManager.createSiddhiAppRuntime( "@App(name='Test') define stream InputStream (symbol string, price float);" ); runtime.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.5.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
siddhi-core — mvn dependency:get siddhi-core · libregistry