- Apache Ignite Quick Start Guide
- Sujoy Acharya
- 309字
- 2021-06-10 18:52:27
Streaming and Complex Event Processing
Before we look at streaming and complex event processing, let's explore the concept of OLTP and OLAP databases. OLTP stands for Online Transaction Processing. OLTP supports online transactional operations such as insert, update, and delete, and stores data in normalized form. Normalization is cleaner easier to maintain and changes as it minimizes the data duplication—for example you may store student name and student address in to tables. If you need to update the address or add two addresses for a student, you can do it efficiently without touching the student table. But to query a student's details, one needs to join the student and address tables.
OLAP stands for Online Analytical Processing. It processes historical or archived data to get business insights. In OLAP generally, data is denormalized or duplicated in multidimensional schemas for efficient querying. Here, you don't have to join ten tables to get an insight. OLAP is the foundation of business intelligence (BI).
ETL (Extract, Transform, and Load) is a process to pull data from OLTP to OLAP. ETL is not a real-time process, jobs are generally executed at the end of the day. The ETL/OLAP model, or the typical business intelligence architecture, doesn't work when we need to process a stream of transactional data and provide business insights or detect threats or opportunities (business insights) in real time. For example, you cannot wait for a few hours to detect fraudulent credit card transaction.
Complex event processing enables real-time analytics on transactional event streams. It intercepts different events, then computes or detects patterns, and finally takes action or provides business insights.
Apache Ignite has the capability to stream events from disparate sources and then perform complex event processing. The following diagram explains Apache Ignite's complex event processing architecture:
- 自動控制工程設計入門
- 計算機應用
- 我的J2EE成功之路
- Drupal 7 Multilingual Sites
- 教父母學會上網
- 數控銑削(加工中心)編程與加工
- Matplotlib 3.0 Cookbook
- VMware Performance and Capacity Management(Second Edition)
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 貫通Java Web開發三劍客
- 悟透AutoCAD 2009案例自學手冊
- 多媒體制作與應用
- 嵌入式操作系統原理及應用
- Salesforce Advanced Administrator Certification Guide
- MATLAB-Simulink系統仿真超級學習手冊