Event Transformation Services

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Event Transformation Services
# 1  
Old 08-24-2007
Event Transformation Services

Tim Bass
Fri, 24 Aug 2007 19:06:38 +0000
In my last post, CEP Event Sources, I started a (short) list of event sources, both in theory and in*practice, for complex event processing.** There were some good comments and the list if evolving and improving.
Event transformations are used to convert inbound*event objects*to an outbound*object type required required by*a transport layer, such as a JMS Message*or a stream, such as a market data format, or*other event feed handler.**
Event transformations* typically happen in the event preprocessing stage, of an application; but in a generated architecture, events can be preprocessed thoughout the event processing lifecycle.** Multiple transformations can be combined, chained or piped together as required.
Below is a list of commonly used event transformations.* Please feel free to comment as we add (or subtract)*to (or from)*the list.
  • XML Transfomations
  • Scripting Transformations
    • PHP
    • PERL
    • Regular Expressions (Regex)
Also, should we include the subclasses of tranformations below in the overall class of event transformers?
  • Cryptographic Tranformations
  • Encoding Transformations
  • CVS Transformations
  • Vendor Specific Transformations
Please contribute to the list with your comments.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Data transformation

I do have an input text file of the following format with 1000's of lines input file: 3386(11:11,Ani:0,Bri:1,ch:1,Jwe:0,Jor:0,LP:0,Lo:0,NS:1,al:1,bo:0,boy:0,bru:0,sh:0,cor:1,dum:0,ery:0,mac:0,mic:0)... (3 Replies)
Discussion started by: Kanja
3 Replies

2. Shell Programming and Scripting

Script to Start services based on dependent services on other AIX machine

Hi, I just started working on a script. After my research, i found a command which can help me: AIM: To build a script which starts the services (Services 1) on server 1 automatically whenever its down. And it has a dependency on other service (Service 2) on Server 2. So my script has to... (4 Replies)
Discussion started by: draghun9
4 Replies

3. Red Hat

Restart of services if port no is changed in /etc/services in RHEL

I had a doubt if any services need to be restarted if port no in /etc/services in an RHEL setup is changed. For eg, the port no of 443 for SSL may need to be changed. I hope my query is clear whether any services need to be restarted if port no in /etc/services is changed. Please revert with... (10 Replies)
Discussion started by: RHCE
10 Replies

4. Shell Programming and Scripting

XML file transformation

Hi all, I have to transform a XML file like this: <?xml version="1.0"?> <vocabulary> <voc_id>102</voc_id> <name>Vocabulary Name</name> <description>Voc description</description> <relations>3</relations> <hierarchy>5</hierarchy> <word> <word_id>1</word_id> ... (1 Reply)
Discussion started by: aLittleBeat
1 Replies

5. UNIX for Advanced & Expert Users

Need help in xslt transformation

Hi I have one input xml file <param name="EXTR_COL" valueDesc="AUTHD_RFLL" value="rx.AUTHD_RFLL" /> There is a mapping parameters in Database. if EXTR_COL is present in input XML then it is mapped to fieldlist. so the o/p XML looks like <fieldlist> <datasource... (1 Reply)
Discussion started by: srinu19
1 Replies

6. Shell Programming and Scripting

file name transformation

I've got a multitude of text data files that carry exactly the same kind of data. Unfortunately some of them have a different filename format some are: 'category'_'month'-'year'_act.txt an example being: daf_Apr-1961_act.txt and some are: 'category'_ 'year'-'month'_act.txt an... (16 Replies)
Discussion started by: vrms
16 Replies
Login or Register to Ask a Question