最后活跃于 1731607262

knox 修订了这个 Gist 1731607262. 跳至此修订

1 file changed, 17 insertions

Dapr-2.md(file created)

@@ -0,0 +1,17 @@
1 + | Repo | Description |
2 + |:-----|:------------|
3 + | [Dapr](https://github.com/dapr/dapr) | The main repository that you are currently in. Contains the Dapr runtime code and overview documentation.
4 + | [CLI](https://github.com/dapr/cli) | The Dapr CLI allows you to setup Dapr on your local dev machine or on a Kubernetes cluster, provides debugging support, launches and manages Dapr instances.
5 + | [Docs](https://docs.dapr.io) | The documentation for Dapr.
6 + | [Quickstarts](https://github.com/dapr/quickstarts) | This repository contains a series of simple code samples that highlight the main Dapr capabilities.
7 + | [Samples](https://github.com/dapr/samples) | This repository holds community maintained samples for various Dapr use cases.
8 + | [Components-contrib ](https://github.com/dapr/components-contrib) | The purpose of components contrib is to provide open, community driven reusable components for building distributed applications.
9 + | [Dashboard ](https://github.com/dapr/dashboard) | General purpose dashboard for Dapr
10 + | [Go-sdk](https://github.com/dapr/go-sdk) | Dapr SDK for Go
11 + | [Java-sdk](https://github.com/dapr/java-sdk) | Dapr SDK for Java
12 + | [JS-sdk](https://github.com/dapr/js-sdk) | Dapr SDK for JavaScript
13 + | [Python-sdk](https://github.com/dapr/python-sdk) | Dapr SDK for Python
14 + | [Dotnet-sdk](https://github.com/dapr/dotnet-sdk) | Dapr SDK for .NET
15 + | [Rust-sdk](https://github.com/dapr/rust-sdk) | Dapr SDK for Rust
16 + | [Cpp-sdk](https://github.com/dapr/cpp-sdk) | Dapr SDK for C++
17 + | [PHP-sdk](https://github.com/dapr/php-sdk) | Dapr SDK for PHP
更新 更早