RukshiW / siddhi-map-keyvalue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

siddhi-map-keyvalue

The siddhi-map-keyvalue extension is an extension to Siddhi that provides functionality to convert events in KeyValue Map format to WSO2Event format and convert back from WSO2Event format to Key Value Map format.

Find some useful links below:

Latest API Docs

Latest API Docs is 1.0.1-SNAPSHOT.

How to use

Using the extension in WSO2 Stream Processor

  • You can use this extension in the latest WSO2 Stream Processor that is a part of WSO2 Analytics offering, with editor, debugger and simulation support.

  • This extension is shipped by default with WSO2 Stream Processor, if you wish to use an alternative version of this extension you can replace the component jar that can be found in the <STREAM_PROCESSOR_HOME>/lib directory.

Using the extension as a java library

  • This extension can be added as a maven dependency along with other Siddhi dependencies to your project.
     <dependency>
        <groupId>org.wso2.extension.siddhi.map.keyvalue</groupId>
        <artifactId>siddhi-map-keyvalue</artifactId>
        <version>x.x.x</version>
     </dependency>

Jenkins Build Status


Branch Build Status
master Build Status

Features

  • keyvalue (Sink Mapper)

    The Event to Key-Value Map output mapper extension allows you to convert Siddhi events processed by WSO2 SP to key-value map events before publishing them. You can either use pre-defined keys where conversion takes place without extra configurations, or use custom keys with which the messages can be published.

  • keyvalue (Source Mapper)

    Key-Value Map to Event input mapper extension allows transports that accept events as key value maps to convert those events to Siddhi events. You can either receive pre-defined keys where conversion takes place without extra configurations, or use custom keys to map from the message.

How to Contribute

Contact us

Support

  • We are committed to ensuring support for this extension in production. Our unique approach ensures that all support leverages our open development methodology and is provided by the very same engineers who build the technology.

  • For more details and to take advantage of this unique opportunity contact us via http://wso2.com/support/.

About

License:Apache License 2.0


Languages

Language:Java 100.0%