SlideShare una empresa de Scribd logo
1 de 18
A Declarative Framework for Matching
Iterative and Aggregative Patterns against
Event Streams
Darko Anicic, Sebastian Rudolph, Paul Fodor, Nenad
Stojanovic
RuleML : Proceedings of the 5th International Symposium on Rules,
Barcelona, Spain
Agenda

 Introduction, Motivation

 Iterative and Aggregative Patterns in ETALIS
   • Language
   • Window operations
   • Evaluation results

 Conclusion.
Iterative and Aggregative
                         Patterns in ETALIS

Recursive CEP in ETALIS                        ETALIS Features:
  ψ=?                                          • Logic-based CEP
  π ← φ ∨ ¬ ψ.
  φ = true.                                    • Knowledge-based CEP
  Event                                        • Stream (deductive)
  Sources
                                                 reasoning
                                  Detected     • Iterative and aggregative
                                  Situations
                                                 patterns
                        CEP
                                               • An implementation available
                                               • An extensible framework
                    Pattern
                    Definitions
Motivation

 In CEP it is common to perform various aggregations
  over data carried by events;
 Iterative patterns: an output (complex) event is treated
  as an input event of the same CEP processing agent;
 Kleene closure can be used to extract from the input
  stream a finite yet unbounded number of events with a
  particular property;
 Iterative and aggregative patterns, as well as Kleene
  closure can be realised with NFAs [Agrawal et al.
  SIGMOD’08] or event graphs [Mei et al. SIGMOD’09];
 ETALIS is a logic rule-based approach for CEP.
ETALIS - A Logic Rule-based Approach
                              for CEP

 A rule-based formalism is expressive enough and
  convenient to represent diverse complex event patterns;
 Rules can easily express complex relationships between
  events by matching certain temporal, relational or
  causal conditions;
 Our rule-based formalism can specify and evaluate
  contextual knowledge (which captures the domain of
  interest or context related to business critical actions);
 With background knowledge events can be: enriched,
  classified, clustered, filtered etc. (with no explicit
  specifications).
 ETALIS is a unified framework for CEP and reasoning.
ETALIS: Language Syntax

ETALIS Language for Events is formally defined by:




• pr - a predicate name with arity n;
• t(i) - denote terms;
• t - is a term of type boolean;
• q - is a nonnegative rational number;
• BIN - is one of the binary operators: SEQ, AND, PAR, OR, EQUALS,
MEETS, STARTS, or FINISHES.

Event rule is defined as a formula of the following shape:



where p is an event pattern containing all variables occurring in
ETALIS: Interval-based Semantics
ETALIS: Declarative Semantics
Examples
A sum over an unbound event stream until a threshold value is met:




The k-fold sequential execution of an event a:




A sliding length-based window, e.g., n=5:
ETALIS: Operational Semantics - AND
                                  (1/6)
1. Complex pattern (not
event-driven rule)
a SEQ b SEQ c → ce1

2. Decoupling

((a SEQ b) SEQ c) → ce1


3. Binarization

a SEQ b → ie
ie SEQ c → ce1

4. Event-driven backward
chaining rules
ETALIS: Operational Semantics (3/6)
For any aggregate function, calculated over a window,
we implement the following three rules:
ETALIS: Operational Semantics (4/6)
SUM aggregate function:
ETALIS: Operational Semantics (5/6)
MAX aggregate function:
ETALIS: Operational Semantics (6/6)
COUNT aggregate function:




• Data structures: red-black trees, stack, difference lists
• Time-based windows require a time-based garbage
  collection (GC);
• We have implemented two techniques for GC:
   • pushed constraints
   • general and pattern-based GC
Tests I: Throughput Comparison
                           • Intel Core Quad CPU Q9400 2,66GHz, 8GB of RAM, Vista x64;
                             ETALIS on SWI Prolog 5.6.64 and YAP Prolog 5.1.3 vs. Esper 3.3.0
                           • Aggregations are computed over complex events of the following
                             type:



                                            Esper 3.3.0   P-Stack         P-Dlists                                            Esper 3.1.0      P-Stack    P-RB trees
Throughput (1000 x Events/Sec)




                                                                                        Throughput (1000 x Events/Sec)
                                 30                                                                                      30
                                 25                                                                                      25
                                 20                                                                                      20
                                 15                                                                                      15
                                 10                                                                                      10
                                  5                                                                                       5
                                  0                                                                                       0
                                      100           500            1000         50000                                         100             1000          50000
                                                     Window size                                                                            window size


                                      Figure: Throughput vs. wind. size (a) SUM-AND (b) AVG-SEQ
Tests II: CEP with Stream Reasoning




Figure: (a) throughput comparison (b) memory consumption
Conclusion

     • We presented a framework for a logic rule-based CEP
       and reasoning;

     • The framework is capable to specify and process
       iterative and aggregative complex event patterns;

     • Aggregations, calculated over sliding windows, do not
       require an extension of the existing language and
       come with no additional costs in terms of
       performance.



17
Thank you! Questions…

          ETALIS

          Open source:
http://code.google.com/p/etalis




                         Darko.Anicic@fzi.de

Más contenido relacionado

Similar a Etalis rule ml_2011_itterative

Ontology mapping needs context & approximation
Ontology mapping needs context & approximationOntology mapping needs context & approximation
Ontology mapping needs context & approximationFrank van Harmelen
 
深度學習在AOI的應用
深度學習在AOI的應用深度學習在AOI的應用
深度學習在AOI的應用CHENHuiMei
 
Machine Learning with Apache Mahout
Machine Learning with Apache MahoutMachine Learning with Apache Mahout
Machine Learning with Apache MahoutDaniel Glauser
 
Improving Requirements Glossary Construction via Clustering
Improving Requirements Glossary Construction via ClusteringImproving Requirements Glossary Construction via Clustering
Improving Requirements Glossary Construction via ClusteringLionel Briand
 
magellan_mongodb_workload_analysis
magellan_mongodb_workload_analysismagellan_mongodb_workload_analysis
magellan_mongodb_workload_analysisPraveen Narayanan
 
Stephan berg track f
Stephan berg   track fStephan berg   track f
Stephan berg track fAlona Gradman
 
Keynote at IWLS 2017
Keynote at IWLS 2017Keynote at IWLS 2017
Keynote at IWLS 2017Manish Pandey
 
No More, No Less: A Formal Model for Serverless Computing
No More, No Less: A Formal Model for Serverless ComputingNo More, No Less: A Formal Model for Serverless Computing
No More, No Less: A Formal Model for Serverless ComputingMarco Peressotti
 
Clipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving SystemClipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving SystemDatabricks
 
FlinkML: Large Scale Machine Learning with Apache Flink
FlinkML: Large Scale Machine Learning with Apache FlinkFlinkML: Large Scale Machine Learning with Apache Flink
FlinkML: Large Scale Machine Learning with Apache FlinkTheodoros Vasiloudis
 
Introduction to Julia
Introduction to JuliaIntroduction to Julia
Introduction to Julia岳華 杜
 
Colored petri nets theory and applications
Colored petri nets theory and applicationsColored petri nets theory and applications
Colored petri nets theory and applicationsAbu Hussein
 
Reactive programming with examples
Reactive programming with examplesReactive programming with examples
Reactive programming with examplesPeter Lawrey
 
System Verilog 2009 & 2012 enhancements
System Verilog 2009 & 2012 enhancementsSystem Verilog 2009 & 2012 enhancements
System Verilog 2009 & 2012 enhancementsSubash John
 
[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basics
[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basics[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basics
[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basicsnpinto
 
教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...
教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...
教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...cvpaper. challenge
 
Towards Evaluating Size Reduction Techniques for Software Model Checking
Towards Evaluating Size Reduction Techniques for Software Model CheckingTowards Evaluating Size Reduction Techniques for Software Model Checking
Towards Evaluating Size Reduction Techniques for Software Model CheckingAkos Hajdu
 
CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011
CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011
CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011telestax
 

Similar a Etalis rule ml_2011_itterative (20)

Ontology mapping needs context & approximation
Ontology mapping needs context & approximationOntology mapping needs context & approximation
Ontology mapping needs context & approximation
 
深度學習在AOI的應用
深度學習在AOI的應用深度學習在AOI的應用
深度學習在AOI的應用
 
Ikc 2015
Ikc 2015Ikc 2015
Ikc 2015
 
Machine Learning with Apache Mahout
Machine Learning with Apache MahoutMachine Learning with Apache Mahout
Machine Learning with Apache Mahout
 
Improving Requirements Glossary Construction via Clustering
Improving Requirements Glossary Construction via ClusteringImproving Requirements Glossary Construction via Clustering
Improving Requirements Glossary Construction via Clustering
 
magellan_mongodb_workload_analysis
magellan_mongodb_workload_analysismagellan_mongodb_workload_analysis
magellan_mongodb_workload_analysis
 
Stephan berg track f
Stephan berg   track fStephan berg   track f
Stephan berg track f
 
Keynote at IWLS 2017
Keynote at IWLS 2017Keynote at IWLS 2017
Keynote at IWLS 2017
 
Blinkdb
BlinkdbBlinkdb
Blinkdb
 
No More, No Less: A Formal Model for Serverless Computing
No More, No Less: A Formal Model for Serverless ComputingNo More, No Less: A Formal Model for Serverless Computing
No More, No Less: A Formal Model for Serverless Computing
 
Clipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving SystemClipper: A Low-Latency Online Prediction Serving System
Clipper: A Low-Latency Online Prediction Serving System
 
FlinkML: Large Scale Machine Learning with Apache Flink
FlinkML: Large Scale Machine Learning with Apache FlinkFlinkML: Large Scale Machine Learning with Apache Flink
FlinkML: Large Scale Machine Learning with Apache Flink
 
Introduction to Julia
Introduction to JuliaIntroduction to Julia
Introduction to Julia
 
Colored petri nets theory and applications
Colored petri nets theory and applicationsColored petri nets theory and applications
Colored petri nets theory and applications
 
Reactive programming with examples
Reactive programming with examplesReactive programming with examples
Reactive programming with examples
 
System Verilog 2009 & 2012 enhancements
System Verilog 2009 & 2012 enhancementsSystem Verilog 2009 & 2012 enhancements
System Verilog 2009 & 2012 enhancements
 
[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basics
[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basics[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basics
[Harvard CS264] 03 - Introduction to GPU Computing, CUDA Basics
 
教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...
教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...
教師なし画像特徴表現学習の動向 {Un, Self} supervised representation learning (CVPR 2018 完全読破...
 
Towards Evaluating Size Reduction Techniques for Software Model Checking
Towards Evaluating Size Reduction Techniques for Software Model CheckingTowards Evaluating Size Reduction Techniques for Software Model Checking
Towards Evaluating Size Reduction Techniques for Software Model Checking
 
CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011
CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011
CDI Telco Framework & Arquillian presentation at Mobicents Summit, Sochi 2011
 

Último

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 

Último (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

Etalis rule ml_2011_itterative

  • 1. A Declarative Framework for Matching Iterative and Aggregative Patterns against Event Streams Darko Anicic, Sebastian Rudolph, Paul Fodor, Nenad Stojanovic RuleML : Proceedings of the 5th International Symposium on Rules, Barcelona, Spain
  • 2. Agenda  Introduction, Motivation  Iterative and Aggregative Patterns in ETALIS • Language • Window operations • Evaluation results  Conclusion.
  • 3. Iterative and Aggregative Patterns in ETALIS Recursive CEP in ETALIS ETALIS Features: ψ=? • Logic-based CEP π ← φ ∨ ¬ ψ. φ = true. • Knowledge-based CEP Event • Stream (deductive) Sources reasoning Detected • Iterative and aggregative Situations patterns CEP • An implementation available • An extensible framework Pattern Definitions
  • 4. Motivation  In CEP it is common to perform various aggregations over data carried by events;  Iterative patterns: an output (complex) event is treated as an input event of the same CEP processing agent;  Kleene closure can be used to extract from the input stream a finite yet unbounded number of events with a particular property;  Iterative and aggregative patterns, as well as Kleene closure can be realised with NFAs [Agrawal et al. SIGMOD’08] or event graphs [Mei et al. SIGMOD’09];  ETALIS is a logic rule-based approach for CEP.
  • 5. ETALIS - A Logic Rule-based Approach for CEP  A rule-based formalism is expressive enough and convenient to represent diverse complex event patterns;  Rules can easily express complex relationships between events by matching certain temporal, relational or causal conditions;  Our rule-based formalism can specify and evaluate contextual knowledge (which captures the domain of interest or context related to business critical actions);  With background knowledge events can be: enriched, classified, clustered, filtered etc. (with no explicit specifications).  ETALIS is a unified framework for CEP and reasoning.
  • 6. ETALIS: Language Syntax ETALIS Language for Events is formally defined by: • pr - a predicate name with arity n; • t(i) - denote terms; • t - is a term of type boolean; • q - is a nonnegative rational number; • BIN - is one of the binary operators: SEQ, AND, PAR, OR, EQUALS, MEETS, STARTS, or FINISHES. Event rule is defined as a formula of the following shape: where p is an event pattern containing all variables occurring in
  • 9. Examples A sum over an unbound event stream until a threshold value is met: The k-fold sequential execution of an event a: A sliding length-based window, e.g., n=5:
  • 10. ETALIS: Operational Semantics - AND (1/6) 1. Complex pattern (not event-driven rule) a SEQ b SEQ c → ce1 2. Decoupling ((a SEQ b) SEQ c) → ce1 3. Binarization a SEQ b → ie ie SEQ c → ce1 4. Event-driven backward chaining rules
  • 11. ETALIS: Operational Semantics (3/6) For any aggregate function, calculated over a window, we implement the following three rules:
  • 12. ETALIS: Operational Semantics (4/6) SUM aggregate function:
  • 13. ETALIS: Operational Semantics (5/6) MAX aggregate function:
  • 14. ETALIS: Operational Semantics (6/6) COUNT aggregate function: • Data structures: red-black trees, stack, difference lists • Time-based windows require a time-based garbage collection (GC); • We have implemented two techniques for GC: • pushed constraints • general and pattern-based GC
  • 15. Tests I: Throughput Comparison • Intel Core Quad CPU Q9400 2,66GHz, 8GB of RAM, Vista x64; ETALIS on SWI Prolog 5.6.64 and YAP Prolog 5.1.3 vs. Esper 3.3.0 • Aggregations are computed over complex events of the following type: Esper 3.3.0 P-Stack P-Dlists Esper 3.1.0 P-Stack P-RB trees Throughput (1000 x Events/Sec) Throughput (1000 x Events/Sec) 30 30 25 25 20 20 15 15 10 10 5 5 0 0 100 500 1000 50000 100 1000 50000 Window size window size Figure: Throughput vs. wind. size (a) SUM-AND (b) AVG-SEQ
  • 16. Tests II: CEP with Stream Reasoning Figure: (a) throughput comparison (b) memory consumption
  • 17. Conclusion • We presented a framework for a logic rule-based CEP and reasoning; • The framework is capable to specify and process iterative and aggregative complex event patterns; • Aggregations, calculated over sliding windows, do not require an extension of the existing language and come with no additional costs in terms of performance. 17
  • 18. Thank you! Questions… ETALIS Open source: http://code.google.com/p/etalis Darko.Anicic@fzi.de