46 lines
1.9 KiB
Markdown
46 lines
1.9 KiB
Markdown
---
|
||
title: "Public Cloud Learning Sessions (OpenText)-Event Driven Architecture - Part 1"
|
||
type: source
|
||
tags: [EDA, Event-Driven, Architecture, OpenText, AWS]
|
||
sources: []
|
||
date: 2024-09-17
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Cloud & DevOps/Public-Cloud-Learning-Sessions/09_Serverless_AI/public-cloud-learning-sessions-opentext-event-driven-architecture-part-1-2024091.md]]
|
||
|
||
## Summary
|
||
- 核心主题:事件驱动架构(Event-Driven Architecture,EDA)企业级集成模式学习
|
||
- 问题域:云原生架构设计、服务异步通信、微服务解耦
|
||
- 方法/机制:Amazon EventBridge、SQS、SNS 事件驱动服务实现异步通信
|
||
- 结论/价值:掌握企业级事件驱动架构设计模式和 AWS 事件服务选择依据
|
||
|
||
## Key Claims
|
||
- 事件驱动架构通过异步通信实现服务间松耦合,提高系统弹性和可扩展性
|
||
- Amazon EventBridge 是云原生事件总线,支持事件路由、过滤和目标调用
|
||
- Amazon SQS 提供消息队列服务,实现点对点异步通信
|
||
- Amazon SNS 提供发布/订阅模式,实现一对多消息广播
|
||
|
||
## Key Concepts
|
||
- [[Event-Driven Architecture]]:事件驱动架构,一种以事件为核心驱动系统行为的架构模式
|
||
- [[EventBridge]]:AWS 云原生事件总线服务
|
||
- [[Amazon SQS]]:AWS 简单队列服务
|
||
- [[Amazon SNS]]:AWS 简单通知服务
|
||
- [[Enterprise Integration Patterns]]:企业集成模式,EIP 是一套标准化的系统集成设计模式
|
||
|
||
## Key Entities
|
||
- [[Dr. Anil Giri]]:AWS 解决方案架构师,本次会议主讲人
|
||
- [[OpenText]]:会议主办方
|
||
|
||
## Connections
|
||
- [[EventBridge]] ← implements ← [[Event-Driven Architecture]]
|
||
- [[Amazon-SQS]] ← implements ← [[Message Queue]]
|
||
- [[Amazon-SNS]] ← implements ← [[Pub/Sub]]
|
||
|
||
## Action Items
|
||
- 观看后续部分的录像以了解 EDA 的具体演示细节
|
||
- 查阅 Amazon EventBridge, SQS, SNS 的官方文档
|
||
|
||
---
|
||
|
||
*最后更新: 2026-04-19* |