-
Notifications
You must be signed in to change notification settings - Fork 67
/
mkdocs.yml
171 lines (167 loc) · 6.33 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
site_name: IBM Automation - Event-driven Solution - Sharing knowledge
site_description: IBM Automation - Event-Driven Solution - Sharing knowledge
site_author: Jerome Boyer
site_url: https://ibm-cloud-architecture.github.com/refarch-eda
repo_name: ibm-cloud-architecture/refarch-eda
repo_url: https://github.com/ibm-cloud-architecture/refarch-eda
copyright: Copyright © 2022 IBM
docs_dir: docs
site_dir: public
edit_uri: edit/master/docs
theme:
name: material
logo: images/es-icon.png
include_search_page: false
search_index_only: true
language: en
palette:
scheme: default
primary: 'black'
accent: indigo
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
features:
- content.code.annotate
- content.tooltips
# - navigation.tabs
- navigation.instant
# - navigation.indexes
# - navigation.tracking
- navigation.tabs.sticky
- search.highlight
- search.share
- search.suggest
- toc.follow
#- toc.integrate
extra_css: ["extra.css"]
use_directory_urls: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ibm-cloud-architecture
- icon: fontawesome/brands/twitter
link: https://twitter.com/agileitarchitecture
plugins:
- search:
lang: en
- minify:
minify_html: true
markdown_extensions:
- abbr
- attr_list
- admonition
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.smartsymbols
- pymdownx.superfences
- toc:
permalink: true
toc_depth: 4
- pymdownx.betterem:
smart_enable: all
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.snippets:
base_path: docs-mk/snippets
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.caret
- pymdownx.mark
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.highlight
nav:
- Home: index.md
- What's new: news/index.md
- Introduction:
- Overview: introduction/overview/index.md
- Reference Architecture: introduction/reference-architecture/index.md
- Business Use Cases: introduction/usecases/index.md
- Target Audiences: introduction/target-audiences/index.md
- Learning Journey:
- Get started (101 content): journey/101/index.md
- Deeper dive (201 content): journey/201/index.md
- Concepts:
- Terms & Definitions: concepts/terms-and-definitions/index.md
- Agile Integration: concepts/integration/index.md
- Event streaming versus Queuing: concepts/events-versus-messages/index.md
- Fit for purpose: concepts/fit-to-purpose/index.md
- Devising the data models: concepts/model/index.md
- Flow Architecture: concepts/flow-architectures.md
- Service mesh: concepts/service-mesh/index.md
- Advantages of EDA:
- Microservice decoupling: advantages/microservice/index.md
- Reactive systems: advantages/reactive/index.md
- Resiliency: advantages/resiliency/index.md
- Scalability: advantages/scalability/index.md
- Patterns in EDA:
- Introduction: patterns/intro/index.md
- Event Sourcing: patterns/event-sourcing/index.md
- CQRS: patterns/cqrs/index.md
- Saga: patterns/saga/index.md
- Dead Letter Queue: patterns/dlq/index.md
- Topic Replication: patterns/topic-replication/index.md
- Data Intensive App: patterns/data-pipeline/index.md
- Near real-time analytics: patterns/realtime-analytics/index.md
- API management: patterns/api-mgt/index.md
- Situational decision: patterns/cep/index.md
- Methodology:
- Event Storming: methodology/event-storming/index.md
- Domain-Driven Design: methodology/domain-driven-design/index.md
- Data Intensive App Development: methodology/data-intensive/index.md
- Data lineage: methodology/data-lineage/index.md
- Governance: methodology/governance/index.md
- Technology:
- Kafka Overview: technology/kafka-overview/index.md
- Event Streams: technology/event-streams/index.md
- Event Streams Demo Script: https://ibm-cloud-architecture.github.io/eda-tech-academy/demo/
- Kafka FAQ: technology/faq/index.md
- MQ in EDA context: technology/mq/index.md
- Kafka Producers: technology/kafka-producers/index.md
- Kafka Consumers: technology/kafka-consumers/index.md
- Avro Schema: technology/avro-schemas/index.md
- Advanced Concepts: technology/advanced-kafka/index.md
- Kafka Streams: technology/kafka-streams/index.md
- Kafka Connect: technology/kafka-connect/index.md
- Kafka security: technology/event-streams/es-maas/security.md
- Kafka Monitoring: technology/kafka-monitoring/index.md
- Mirror Maker 2: technology/kafka-mirrormaker/index.md
- Security: technology/security/index.md
- Apache Flink: technology/flink/index.md
- Spring cloud: technology/spring/index.md
- Use Cases:
- Event-driven solution GitOps: use-cases/gitops/index.md
- Deploy Event-Streams: technology/event-streams/es-cp4i/index.md
- Kafka Connect - S3: use-cases/connect-s3/index.md
- Kafka Connect - COS: use-cases/connect-cos/index.md
- Kafka Connect - jdbc: use-cases/connect-jdbc/index.md
- Kafka Connect - MQ: use-cases/connect-mq/index.md
- Kafka Connect - Rabbitmq: use-cases/connect-rabbitmq/index.md
- Kafka Streams labs: use-cases/kafka-streams/index.md
- DB2 - CDC Debezium - Outbox: use-cases/db2-debezium/index.md
- Mirror maker 2 labs: use-cases/kafka-mm2/index.md
- Schema registry ES on Cloud: use-cases/schema-registry-on-cloud/index.md
- Schema registry: use-cases/schema-registry-on-ocp/index.md
- Monitoring ES on Cloud: use-cases/monitoring-on-cloud/index.md
- Monitoring ES: use-cases/monitoring-on-ocp/index.md
- Scenarios:
- Overview: scenarios/overview/index.md
- Reefer Shipment Solution: https://ibm-cloud-architecture.github.io/refarch-kc/
- Vaccine at Scale: https://ibm-cloud-architecture.github.io/vaccine-solution-main/
- Near real-time Inventory: https://ibm-cloud-architecture.github.io/eda-rt-inventory-gitops
- SAGA with MQ Orchestration: scenarios/saga-orchestration/index.md
- Additional reading: additional-reading/index.md
- Contribute to this Site: contribute/index.md