Zum Inhalt springen

„Distributed Application Runtime“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
[gesichtete Version][gesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
KKeine Bearbeitungszusammenfassung
K Vorlagen-fix (Heise online)
Zeile 1: Zeile 1:
[[Bild:Dapr logo.svg|mini|dapr Logo]]
[[Datei:Dapr logo.svg|mini|dapr Logo]]
'''Distributed Application Runtime (Dapr)''' ist eine quellenoffene Laufzeitumgebung zum Erstellen von [[Microservices|microservice]]-basierten Applikationen.<ref name="heise-2019-10-17" />
'''Distributed Application Runtime (Dapr)''' ist eine quellenoffene Laufzeitumgebung zum Erstellen von [[Microservices|microservice]]-basierten Applikationen.<ref name="heise-2019-10-17" />


[[Microsoft]] kündigte am 10. Oktober 2019 das Dapr-Projekt an, das Microservice-Applikationen ermöglichen soll, die auf [[Cloud Computing|Cloud-]] und [[Edge Computing|Edge-Umgebungen]] ablauffähig sind. Es soll [[Ereignisgesteuerte Architektur|ereignisgesteuerte]] Services erlauben, die [[Zustandslosigkeit|zustandslos]] oder zustandsbehaftet sind und in beliebigen Sprachen und Entwicklungsumgebungen programmiert werden.<ref name="microsoft-2019-10-16" /> Am 18. Februar 2021 veröffentlichte Microsoft die Version 1.0 an die sich für den produktive Einsatz eignet.<ref name="heise-2021-02-18"/>
[[Microsoft]] kündigte am 10. Oktober 2019 das Dapr-Projekt an, das Microservice-Applikationen ermöglichen soll, die auf [[Cloud Computing|Cloud-]] und [[Edge Computing|Edge-Umgebungen]] ablauffähig sind. Es soll [[Ereignisgesteuerte Architektur|ereignisgesteuerte]] Services erlauben, die [[Zustandslosigkeit|zustandslos]] oder zustandsbehaftet sind und in beliebigen Sprachen und Entwicklungsumgebungen programmiert werden.<ref name="microsoft-2019-10-16" /> Am 18. Februar 2021 veröffentlichte Microsoft die Version 1.0 an die sich für den produktive Einsatz eignet.<ref name="heise-2021-02-18" />


{| class="wikitable" style="text-align: center; color:black; background-color:lightgray" cellpadding="10"
{| class="wikitable" style="text-align: center; color: black; background: lightgray;" cellpadding="10"
|+Architekturansatz von Dapr:<ref name="microsoft-2019-10-16" />
|+Architekturansatz von Dapr:<ref name="microsoft-2019-10-16" />
|-
|-
|colspan="7"|Microservice Applikationen<br>Services geschrieben in [[Go (Programmiersprache)|Go]], [[Python (Programmiersprache)|Python]], [[.NET Core]], …
|colspan="7"|Microservice Applikationen<br />Services geschrieben in [[Go (Programmiersprache)|Go]], [[Python (Programmiersprache)|Python]], [[.NET Core]], …
|- style="background-color:white"
|- style="background:white"
|colspan="7"| ↕    ↕    ↕
|colspan="7"| ↕ ↕ ↕
|- style="background-color:lightblue"
|- style="background:lightblue"
|colspan="7"|HTTP API / gRPC API
|colspan="7"|HTTP API / gRPC API
|- style="background-color:lightblue"
|- style="background:lightblue"
| Service-to-<br>service invocation || State<br>management || Publish and<br>subscribe || Resource<br>bindings &<br>trigger || Actors || Distributed<br>tracing || Extensible…
| Service-to-<br />service invocation || State<br />management || Publish and<br />subscribe || Resource<br />bindings &<br />trigger || Actors || Distributed<br />tracing || Extensible…
|- style="background-color:lightblue"
|- style="background:lightblue"
|colspan="7"|'''Dapr'''
|colspan="7"|'''Dapr'''
|- style="background-color:white"
|- style="background:white"
|colspan="7"|
|colspan="7"|
|-
|-
Zeile 23: Zeile 23:


== Weblinks ==
== Weblinks ==
* [https://dapr.io dapr.io] – Offizielle Website (englisch)
* [https://dapr.io/ dapr.io] – Offizielle Website (englisch)
* [https://github.com/dapr/dapr dapr] auf github.com
* [https://github.com/dapr/dapr dapr] auf github.com


== Einzelnachweise ==
== Einzelnachweise ==
<references>
<references>
<ref name="heise-2019-10-17">

{{Heise online |ID=4558550 |Titel=Cloud-native: Microsoft enthüllt Open Application Model und Dapr |Autor=Björn Bohn |Datum=2019-10-17 |Abruf=2019-10-21}}
<ref name="heise-2019-10-17">{{Heise online |ID=4558550
</ref>
|Titel=Cloud-native: Microsoft enthüllt Open Application Model und Dapr
<ref name="heise-2021-02-18">
|Autor=Björn Bohn |datum=2019-10-17 |abruf=2019-10-21 }}</ref>
{{Heise online |ID=5058918 |Titel=Cloud-nativ: Microsoft erklärt die Laufzeitumgebung Dapr für einsatzbereit |Autor=Rainald Menge-Sonnentag |Datum=2021-02-18 |Abruf=2021-02-21}}

</ref>
<ref name="heise-2021-02-18">{{Heise online |ID=5058918
<ref name="microsoft-2019-10-16">
|Titel=Cloud-nativ: Microsoft erklärt die Laufzeitumgebung Dapr für einsatzbereit
{{Internetquelle
|Autor=Rainald Menge-Sonnentag |datum=2021-02-18 |abruf=2021-02-21 }}</ref>
|url=https://cloudblogs.microsoft.com/opensource/2019/10/16/announcing-dapr-open-source-project-build-microservice-applications/

|titel=Announcing Distributed Application Runtime (Dapr), an open source project to make it easier for every developer to build microservice applications
<ref name="microsoft-2019-10-16">{{Internetquelle
|hrsg=microsoft.com
|url=https://cloudblogs.microsoft.com/opensource/2019/10/16/announcing-dapr-open-source-project-build-microservice-applications/
|datum=2019-10-16
|titel=Announcing Distributed Application Runtime (Dapr), an open source project to make it easier for every developer to build microservice applications
|abruf=2019-10-21}}
|hrsg=microsoft.com
|datum=2019-10-16
|abruf=2019-10-21
}}
</ref>
</ref>

</references>
</references>
[[Kategorie:Windows-Programmierschnittstelle]]
[[Kategorie:Windows-Programmierschnittstelle]]

Version vom 16. März 2022, 18:51 Uhr

dapr Logo

Distributed Application Runtime (Dapr) ist eine quellenoffene Laufzeitumgebung zum Erstellen von microservice-basierten Applikationen.[1]

Microsoft kündigte am 10. Oktober 2019 das Dapr-Projekt an, das Microservice-Applikationen ermöglichen soll, die auf Cloud- und Edge-Umgebungen ablauffähig sind. Es soll ereignisgesteuerte Services erlauben, die zustandslos oder zustandsbehaftet sind und in beliebigen Sprachen und Entwicklungsumgebungen programmiert werden.[2] Am 18. Februar 2021 veröffentlichte Microsoft die Version 1.0 an die sich für den produktive Einsatz eignet.[3]

Architekturansatz von Dapr:[2]
Microservice Applikationen
Services geschrieben in Go, Python, .NET Core, …
↕ ↕ ↕
HTTP API / gRPC API
Service-to-
service invocation
State
management
Publish and
subscribe
Resource
bindings &
trigger
Actors Distributed
tracing
Extensible…
Dapr
Beliebige Cloud- oder Edge-Infrastruktur
  • dapr.io – Offizielle Website (englisch)
  • dapr auf github.com

Einzelnachweise

  1. Björn Bohn: Cloud-native: Microsoft enthüllt Open Application Model und Dapr. In: Heise online. 17. Oktober 2019. Abgerufen am 21. Oktober 2019.
  2. a b Announcing Distributed Application Runtime (Dapr), an open source project to make it easier for every developer to build microservice applications. microsoft.com, 16. Oktober 2019, abgerufen am 21. Oktober 2019.
  3. Rainald Menge-Sonnentag: Cloud-nativ: Microsoft erklärt die Laufzeitumgebung Dapr für einsatzbereit. In: Heise online. 18. Februar 2021. Abgerufen am 21. Februar 2021.