Files
nexus/wiki/sources/public-cloud-learning-sessions-opentext-event-driven-architecture-part-1-2024091.md

52 lines
3.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Public Cloud Learning Sessions (OpenText) - Event Driven Architecture Part 1"
type: source
tags:
- EDA
- Event-Driven
- AWS
- Architecture
- OpenText
date: 2024-09-17
last_updated: 2026-05-05
---
## Source File
- [[Cloud & DevOps/Public-Cloud-Learning-Sessions/09_Serverless_AI/public-cloud-learning-sessions-opentext-event-driven-architecture-part-1-2024091]]
## Summary用中文描述
- 核心主题事件驱动架构Event-Driven ArchitectureEDA入门与概述
- 问题域:企业级云架构中的异步通信与松耦合集成设计
- 方法/机制:主讲人 Dr. Anil GiriAWS 解决方案架构师)介绍通过 Amazon EventBridge、SQS 和 SNS 探索事件驱动架构;会议录音包含开场介绍与主持人协调过程(演示过程中遭遇 Teams 屏幕共享技术故障)
- 结论/价值帮助参与者掌握企业级集成模式Enterprise Integration Patterns学习实用的云计算技能为解决现实世界业务挑战打下基础
## Key Claims用中文描述
- Amazon EventBridge、SQS 和 SNS 是实现事件驱动架构的核心 AWS 服务
- 事件驱动架构能够帮助企业实现松耦合、可扩展的系统集成
- 企业级集成模式Enterprise Integration Patterns是构建可靠分布式系统的理论基础
## Key Quotes
> "探索企业级集成模式,掌握实用的云计算技能,通过使用 Amazon EventBridge、SQS 和 SNS 探索事件驱动架构,以解决现实世界中的业务挑战。" — Dr. Anil GiriAWS 解决方案架构师,开场学习目标介绍
> "Give me a second. I'm trying to log in. Just give me a second." — 会议期间 Teams 屏幕共享故障场景
## Key Concepts
- [[Event-Driven-Architecture]]:一种软件架构范式,其中组件通过事件的产生、消费和响应进行通信,强调松耦合
- [[Enterprise-Integration-Patterns]]:企业集成模式,是构建可靠分布式系统时常见问题的可复用解决方案集合
- [[Amazon-EventBridge]]AWS 无服务器事件总线服务,用于连接应用程序与来自各种来源的事件
- [[Amazon-SQS]]AWS 简单队列服务,提供完全托管的消息队列服务
- [[Amazon-SNS]]AWS 简单通知服务,提供发布/订阅式的消息通知服务
## Key Entities
- [[Dr.-Anil-Giri]]AWS 解决方案架构师Event Driven Architecture 系列主讲人
- [[AWS]]Amazon Web Services云服务提供商EventBridge/SQS/SNS 的托管方
- [[OpenText]]会议主办方Public Cloud Learning Sessions 系列活动的组织者
- [[Micro-Focus]]:原公司名称,现已被 OpenText 收购,学习会话的参与群体来源
## Connections
- [[public-cloud-learning-sessions-opentext-event-driven-architecture-part-2-2024091]] ← part_of ← [[public-cloud-learning-sessions-opentext-event-driven-architecture-part-1-2024091]]Part 1 与 Part 2 为同一系列Part 2 包含具体演示内容)
- [[public-cloud-learning-sessions-opentext-serverless-computing-20240903-160139-mee]] ← related_to ← [[Event-Driven-Architecture]]Serverless 与 EDA 高度相关Serverless 计算天然适合事件驱动场景)
## Contradictions
- 与 [[ctp-topic-64-scaling-out-with-amazon-eks]] 在扩展方式上的差异——EDA 通过事件驱动异步扩展EKS 通过容器编排横向扩展,两者适用于不同场景但可互补使用