enabling knowledge based complex event processing
play

Enabling Knowledge-Based Complex Event Processing Kia Teymourian - PowerPoint PPT Presentation

Enabling Knowledge-Based Complex Event Processing Kia Teymourian Research Assistant at Free University Berlin http://www.teymourian.de VLDB 2011, Ph.D Workshop 29 Aug - Sep 3, 2011, Seattle AG Corporate Semantic Web Freie Universitt


  1. Enabling Knowledge-Based Complex Event Processing Kia Teymourian Research Assistant at Free University Berlin http://www.teymourian.de VLDB 2011, Ph.D Workshop 29 Aug - Sep 3, 2011, Seattle AG Corporate Semantic Web Freie Universität Berlin http://www.inf.fu-berlin.de/groups/ag-csw/

  2. Outline • Complex Event Processing (CEP) • Why Semantics + CEP? • Semantic CEP (SCEP) • Knowledge Representation for Events & Event Patterns • Real-Time Semantic Event Processing 2

  3. Events • Anything that happens, or is contemplated as happening • A Notification is a message that contains information about an event that has occurred. • Content-based data and filter model: • Tuples • Structured records • Name/value pair (n, v) with name n and value v • Samples: • {(type, StockQuote), (name, “Siemens”), (price,45)} 3

  4. Big Picture of Complex Event processing Event Processing Event Event Producer Consumer Consume Generate & and react on publish raw/complex events perform operations on events 4

  5. CEP vs. Databases Database Queries ? Event Subscriptions ? ? Incoming Events ? Query Processor ? Time past Future Processing moment of events Database 5

  6. Event Processing Methods • Syntactic processing of low-level events • Real-time processing State Machines Petri Nets 6

  7. Keep the event data moving! Event Stream Alarms, Event Actions notifications in real time Load the event data Event Engine very short time in main memory Main memory Optional storage Permanent storage Optional Query over the historical data of Storage Events AG Corporate Semantic Web 7 http://www.inf.fu-berlin.de/groups/ag-csw/

  8. My Research Challenge Semantic Complex Event Processing (SCEP) 8

  9. Research Challenges Three Main research questions: 1) Can we represent events and event patterns based on ontological background knowledge and use it for CEP? - Relation to other non-event concepts, e.g. Situations, Actions, Actors, Processes , … 2) Is it enough to use Datalog as processing semantic ? 3) Is it possible to process the events in timely manner and do inferencing on a background knowledge ? 9

  10. Example – Semantic Event Processing Query: Buy stocks of companies, who have in Europe production facilities and produce products from iron and more than 10,000 employees and are at the moment in reconstruction phase and their price/volume increased stable in the past 5 minutes. Event Stream {(Name, “ OPEL” )(Preis, 45)(Volumen, 2000)} {(Name, “SAP”)(Preis, 65)(Volumen, 1000)} {( OPEL , is_a, automobil_company ), ( automobil_company , build, Cars ), ( Cars , are_build_from, Iron ), ( OPEL , hat_production_facilities_in, Germany ), Knowledge Base ( Germany, is_in, Europe ) ( OPEL , is_a, Major_corporation ), ( Major_corporation , have, over _10,000_employees ), ( OPEL , is_in, reconstruction_phase )} AG Corporate Semantic Web 10 http://www.inf.fu-berlin.de/groups/ag-csw/

  11. Knowledge-based Event Processing Event Complex Events Processing Events Event Stream Knowledge Base in OWL / Description Logic T-Box Knowledge Base A-Box Update A-Box Stream 11

  12. Representation of Events and Event Patterns 12

  13. Event Query Representation • SQL – Like: • Esper , Event Processing Language http://esper.codehaus.org/ • XchangeEQ , (LMU, Munich) • Cayuga Event Language (CEL), Cornel University • Declarate Language • Prolog • Drools Fusion , http://www.jboss.org/drools/drools-fusion.html • Rule Core, XML-based rule language http://rulecore.com • ETALIS http://code.google.com/p/etalis/ using Prolog • Prova http://www.prova.ws Prolog + Java + MAS 13

  14. Example: A Semantic Query Language @prefix fin:<http://csw.fu-berlin.de/fin#>. ACTION{ buy(?S1); } STREAM{ e1:($S1, $P1, $V1), e2:($S2, $P2, $V2) }WHERE{ (?X1, fin:company, $S1), (?X2, fin:company, $S2), (?X1, fin:produce, ?Z), (?Z, fin:buildfrom, mtr:metal), (?X1, fin:facilitiesin, geo:Europe), (?X1, fin:employees, 12,000), (?X1, fin:is_in, fin:reconstruction), (?X2, fin:oilconsume, 2.000.000), }ON{ e2 AFTER e1 , ($P1 * $V1 >= 20000) }WITHIN{ 10 min } 14

  15. Complex Events vs. Situations • What is a complex event ? • An event that is an abstraction of other events called its members (EPTS Glossary) • What is a Situation ? • Is the same as complex event ? Or is the result of Complex Event. • Situation calculus, Event calclus? S1 e3 CE1 e2 e1 e4 e5 CE2 Time 15

  16. Event Processing Methods 16

  17. Semantic CEP Requirments • General CEP Requirements: • Timely Processing (real time, near real time) • Scalability • High throughput of events • Number of Processing Rules • Special SCEP Requirements: • Scalability • Size of background knowledge • Level of reasoning on KB • Frequency of KB updates 17

  18. Processing Methods 1)Storage-based 2)Central rule engine 3)Semantic Enrichment of Event Stream ( SEES ) 4)Event Query Pre-Processing (EQPP) 18

  19. Semantic Enrichment of Event Stream Derived Final Processing Events e1 e4 e3 e2 e3 Event Stream Complex Semantic Events e1 e2 e1 e1 e1 e2 e2 e1 e1 Enrichment Raw Events Knowledge Base 19

  20. Event-Query Pre-Processing • The complex query is pre-processed and rewritten in several simple queries . • Simple query is a query which can be processed without the external KB • New simple queries can be generated using the knowledge base. Q ∪ KB q1 , q2 , q3, q4, ... → • Simple queries can be in conjunction and disjunction • Queries are processed by several Event Processing Agents • Results are jointed together by EPAs 20

  21. Event Query Pre-Processing Event Stream Final Processing e1 e2 e1 distributed on a network of Raw Events processing Agents Rewrite Simple Event Queries Complex Query Query Q q1 e1 q2 e2 q3 e1 Pre- Complex Processing Events Knowledge Base Event Processing Network 21

  22. Comparison of Methods DB-Based Rule Engine SEES EQPP Performance low high limited high Scalability limited limited limited high Elasticity no no high high Reasoning on KB No/limited No/limited high high 22

  23. Future Work • Representation of Event Patterns/event query • Algorithms for rewriting complex event query • Prove of concept implementation • Evaluation 23

  24. Excluded, but related Subjects • Noisy event stream • Uncertain events stream • Event pattern mining 24

  25. Thank You! Please give me feedback! I am here in Seattle until Sunday ... 25

  26. Thank you! http://www.corporate-semantic-web.de AG Corporate Semantic Web Freie Universität Berlin http://www.inf.fu-berlin.de/groups/ag-csw/

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend