Code Monkey home page Code Monkey logo

siddhi-execution-map's Introduction

Siddhi Execution Map

Jenkins Build Status GitHub Release GitHub Release Date GitHub Open Issues GitHub Last Commit License

The siddhi-execution-map extension is a Siddhi extension that provides capability to generate and manipulate map (key-value) data objects.

For information on Siddhi and it's features refer Siddhi Documentation.

Download

  • Versions 5.x and above with group id io.siddhi.extension.* from here.
  • Versions 4.x and lower with group id org.wso2.extension.siddhi.* from here.

Latest API Docs

Latest API Docs is 5.0.4.

Features

  • create (Function)

    Function creates a map pairing the keys and their corresponding values.

  • createFromJSON (Function)

    Function returns the map created by pairing the keys with their corresponding values given in the JSON string.

  • createFromXML (Function)

    Function returns the map created by pairing the keys with their corresponding values,given as an XML string.

  • get (Function)

    Function returns the value corresponding to the given key from the map.

  • isMap (Function)

    Function checks if the object is type of a map.

  • put (Function)

    Function returns the updated map after adding the given key-value pair. If the key already exist in the map the key is updated with the new value.

  • putAll (Function)

    Function returns the updated map after adding all the key-value pairs from another map. If there are duplicate keys, the key will be assigned new values from the map that's being copied.

  • remove (Function)

    Function returns the updated map after removing the element with the specified key.

  • toJSON (Function)

    Function converts a map into a JSON object and returns the JSON as a string.

  • toXML (Function)

    Function returns the map as an XML string.

Dependencies

There are no other dependencies needed for this extension.

Installation

For installing this extension on various siddhi execution environments refer Siddhi documentation section on adding extensions.

Support and Contribution

  • We encourage users to ask questions and get support via StackOverflow, make sure to add the siddhi tag to the issue for better response.

  • If you find any issues related to the extension please report them on the issue tracker.

  • For production support and other contribution related information refer Siddhi Community documentation.

siddhi-execution-map's People

Contributors

wso2-jenkins-bot avatar anugayan avatar mohanvive avatar gomathyk avatar suhothayan avatar pcnfernando avatar grainier avatar lasanthafdo avatar ksdperera avatar tishan89 avatar ajkarki avatar dilini-muthumala avatar minudika avatar niveathika avatar ashensw avatar anoukh avatar gokul avatar dnwick avatar maheshika avatar nirmal070125 avatar nisalaniroshana avatar buddhiwathsala avatar chathurikaa avatar erangatl avatar sajithshn avatar senthuran16 avatar ramindu90 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.