generated from isaqb-org/advanced-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from isaqb-org/references
References
- Loading branch information
Showing
8 changed files
with
83 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
=== {references} | ||
|
||
- Cornelia Davis: Cloud Native Patterns. Designing Change-tolerant Software. Manning, 2019 | ||
* Ansätze moderner Architekturen | ||
** Monolith | ||
*** https://www.techtarget.com/whatis/definition/monolithic-architecture | ||
*** https://microservices.io/patterns/monolithic.html | ||
*** https://martinfowler.com/articles/break-monolith-into-microservices.html | ||
** Microservice | ||
*** https://martinfowler.com/articles/microservices.html | ||
*** https://microservices.io/patterns/microservices.html | ||
*** https://www.martinfowler.com/bliki/MonolithFirst.html | ||
|
||
** Self Contained Systems | ||
*** https://scs-architecture.org | ||
*** https://www.infoq.com/articles/scs-microservices-done-right/ | ||
*** https://roca-style.org | ||
** Möglichkeiten Kommunikation / Datenaustausch | ||
*** https://landscape.cncf.io/card-mode?category=streaming-messaging&grouping=category | ||
*** https://microservices.io/patterns/data/event-sourcing.html | ||
*** https://microservices.io/patterns/communication-style/messaging.html | ||
*** https://www.rssboard.org/rss-specification | ||
** Anwendungs-Integration | ||
*** https://www.microservice-api-patterns.org/patterns/foundation/FrontendIntegration | ||
*** https://www.microservice-api-patterns.org/patterns/foundation/BackendIntegration | ||
- [[[davis,Davis 2019]]] Cornelia Davis: Cloud Native Patterns. Designing Change-tolerant Software. Manning, 2019 | ||
- [[[awati_wigmore,Awati, R. & Wigmore, I. (2022). Monolithic architecture]]] Awati, R. & Wigmore, I. (2022). Monolithic architecture. WhatIs.com. https://www.techtarget.com/whatis/definition/monolithic-architecture | ||
- [[[microservices_monolith,Monolithic architecture pattern. (o. D.). microservices.io]]] Monolithic architecture pattern. (o. D.). microservices.io. Abgerufen am 4. Oktober 2023, von https://microservices.io/patterns/monolithic.html | ||
- [[[fowler_monolith,Dehghani, Z. (o. D.). How to break a monolith into microservices]]] Dehghani, Z. (o. D.). How to break a monolith into microservices. martinfowler.com. Abgerufen am 4. Oktober 2023, von https://martinfowler.com/articles/break-monolith-into-microservices.html | ||
- [[[fowler_monolithfirst,Fowler, M. (o. D.). Bliki: MonolithFirst]]] Fowler, M. (o. D.). Bliki: MonolithFirst. martinfowler.com. Abgerufen am 4. Oktober 2023, von https://www.martinfowler.com/bliki/MonolithFirst.html | ||
- [[[fowler_microservices,Lewis, J. (o. D.). Microservices]]] Lewis, J. (o. D.). Microservices. martinfowler.com. Abgerufen am 4. Oktober 2023, von https://martinfowler.com/articles/microservices.html | ||
- [[[microservices_microservice,Microservice Architecture Pattern. (o. D.). microservices.io]]] Microservice Architecture Pattern. (o. D.). microservices.io. Abgerufen am 4. Oktober 2023, von https://microservices.io/patterns/microservices.html | ||
- [[[scs,SCS: Self-contained systems (o. D.)]]] SCS: Self-contained systems. (o. D.). Abgerufen am 4. Oktober 2023, von https://scs-architecture.org/ | ||
- [[[scs_wolff,Wolff, E. (2017, 3. Mai). Self Contained Systems (SCS): Microservices done right]]] Wolff, E. (2017, 3. Mai). Self Contained Systems (SCS): Microservices done right. InfoQ. Abgerufen am 4. Oktober 2023, von https://www.infoq.com/articles/scs-microservices-done-right/ | ||
- [[[microservices_event-sourcing,Event sourcing. (o. D.). microservices.io]]] Event sourcing. (o. D.). microservices.io. Abgerufen am 4. Oktober 2023, von https://microservices.io/patterns/data/event-sourcing.html | ||
- [[[cncf_landscape_streaming_messaging,Cloud Native landscape. (o. D.). Cloud Native Landscape]]] Cloud Native landscape. (o. D.). Cloud Native Landscape. Abgerufen am 4. Oktober 2023, von https://landscape.cncf.io/card-mode?category=streaming-messaging&grouping=category | ||
- [[[microservices_messaging,Messaging. (o. D.). microservices.io]]] Messaging. (o. D.). microservices.io. Abgerufen am 4. Oktober 2023, von https://microservices.io/patterns/communication-style/messaging.html | ||
- [[[rss,RSS 2.0 specification (Current). (o. D.)]]] RSS 2.0 specification (Current). (o. D.). Abgerufen am 4. Oktober 2023, von https://www.rssboard.org/rss-specification | ||
- [[[backend_integration,Backend integration. (o. D.)]]] Backend integration. (o. D.). Abgerufen am 4. Oktober 2023, von https://www.microservice-api-patterns.org/patterns/foundation/BackendIntegration | ||
- [[[frontend_integration,Frontend Integration. (o. D.)]]] Frontend Integration. (o. D.). Abgerufen am 4. Oktober 2023, von https://www.microservice-api-patterns.org/patterns/foundation/FrontendIntegration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
=== {references} | ||
|
||
- Brendan Burns: Designing Distributed Systems. Patterns and Paradigms for Scaleable, Reliable Services. O'Reilly Media, 2018 | ||
- [[[davis,Davis 2019]]] Cornelia Davis: Cloud Native Patterns. Designing Change-tolerant Software. Manning, 2019 | ||
- Cornelia Davis: Cloud Native Patterns. Designing Change-tolerant Software. Manning, 2019 | ||
- [[[burns,Burns 2018]]] Brendan Burns: Designing Distributed Systems. Patterns and Paradigms for Scaleable, Reliable Services. O'Reilly Media, 2018 | ||
- Ibryam Bilgin, Roland Huss: Kubernetes Patterns. Reusable Elements for Designing Cloud Native Applications. O'Reilly Media, Second edition, 2023 | ||
- [[[bilgin_huss,Bilgin, Huss 2023]]] Ibryam Bilgin, Roland Huss: Kubernetes Patterns. Reusable Elements for Designing Cloud Native Applications. O'Reilly Media, Second edition, 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
=== {references} | ||
|
||
- Brendan Burns: Designing Distributed Systems. Patterns and Paradigms for Scaleable, Reliable Services. O'Reilly Media, 2018 | ||
- [[[davis,Davis 2019]]] Cornelia Davis: Cloud Native Patterns. Designing Change-tolerant Software. Manning, 2019 | ||
- Ibryam Bilgin, Roland Huss: Kubernetes Patterns. Reusable Elements for Designing Cloud Native Applications. O'Reilly Media, Second edition, 2023 | ||
- [[[burns,Burns 2018]]] Brendan Burns: Designing Distributed Systems. Patterns and Paradigms for Scaleable, Reliable Services. O'Reilly Media, 2018 | ||
- Cornelia Davis: Cloud Native Patterns. Designing Change-tolerant Software. Manning, 2019 | ||
- [[[bilgin_huss,Bilgin, Huss 2023]]] Ibryam Bilgin, Roland Huss: Kubernetes Patterns. Reusable Elements for Designing Cloud Native Applications. O'Reilly Media, Second edition, 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
=== {references} | ||
|
||
- [[[davis,Davis 2019]]] Cornelia Davis: Cloud Native Patterns. Designing Change-tolerant Software. Manning, 2019 | ||
- [[[bilgin_huss,Bilgin, Huss 2023]]] Ibryam Bilgin, Roland Huss: Kubernetes Patterns. Reusable Elements for Designing Cloud Native Applications. O'Reilly Media, Second edition, 2023 | ||
- [[[richardson,Richardson 2018]]] Chris Richardson: Microservice Patterns. Manning, 2018 |