This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-python.git
The following commit(s) were added to refs/heads/main by this push:
new ae74a99 docs: Add architecture diagram (#48)
ae74a99 is described below
commit ae74a992eec8d67b07f53a72b9e6e2356a2e2b45
Author: Zaki <[email protected]>
AuthorDate: Tue Apr 8 18:31:17 2025 +0800
docs: Add architecture diagram (#48)
---
.license-ignore | 1 +
README.md | 6 +++++-
CONTRIBUTING.md => docs/CONTRIBUTING.md | 0
docs/img/Architecture.svg | 2 ++
4 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.license-ignore b/.license-ignore
index 8d84962..f8980ab 100644
--- a/.license-ignore
+++ b/.license-ignore
@@ -18,3 +18,4 @@ requirements-dev.txt
.github
.gitignore
.license-ignore
+docs
\ No newline at end of file
diff --git a/README.md b/README.md
index 26e901c..1639f04 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,10 @@ Visit [the official website](https://dubbo.apache.org/) for
more information.
> **Disclaimer:** This project is in the early stages of development. Features
> are subject to change, and some components may not be fully stable.
> Contributions and feedback are welcome as the project evolves.
+
+## Architecture
+<img src="./docs/img/Architecture.svg" alt="Architecture" style="zoom:30%;" />
+
## Features
- **Service Discovery**: Zookeeper
@@ -123,7 +127,7 @@ It's as simple as the code snippet below. With just a few
lines of code, you can
We are excited to welcome contributions to the Dubbo-Python project! Whether
you are fixing bugs, adding new features, or improving documentation, your
input is highly valued.
-To ensure a smooth collaboration, please review our [Contributing
Guide](https://github.com/apache/dubbo-python/blob/main/CONTRIBUTING.md) for
detailed instructions on how to get started, adhere to coding standards, and
submit your contributions effectively.
+To ensure a smooth collaboration, please review our [Contributing
Guide](./docs/CONTRIBUTING.md) for detailed instructions on how to get started,
adhere to coding standards, and submit your contributions effectively.
## License
diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md
similarity index 100%
rename from CONTRIBUTING.md
rename to docs/CONTRIBUTING.md
diff --git a/docs/img/Architecture.svg b/docs/img/Architecture.svg
new file mode 100644
index 0000000..dcb710a
--- /dev/null
+++ b/docs/img/Architecture.svg
@@ -0,0 +1,2 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
2545.522402708771 1205.4454045542516" width="2545.522402708771"
height="1205.4454045542516"><!-- svg-source:excalidraw
--><metadata></metadata><defs><style class="style-fonts">
+ @font-face { font-family: Cascadia; src:
url(data:font/woff2;base64,d09GMgABAAAAAB5cABEAAAAAOsgAAB3+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbHhyOMgZgAIEoCIIWCZ8DERAKtHysAguBEAABNgIkA4EQBCAFgxwHIAyFMxuXNBXsWI94HMAkv2KiqAlzUy/7/0uCvETR2wvVBVm5UpoxJeOwtUfu7Ky8FowtpgEpBpkX9ZnnSmypbB2kkHDepR1POpkTBNmwtKIo3+srVzkYYYS4fKSjYnVOqKSiVi1/8oTTCjY5RkMjiem/2f537h1d+YbYgzCfZQaXapLF/D0Ii7guYouWhKZ6dNIU1ISqJuzw/DZ7n7IQUcRkChiN6MoeVp0YjVhYsxiK3XPW2vOwCjGKOeY2z7lyVazbRXI5/beVJa+l1coqrq+VtI4e+kEw1AsNaNrdMZ
[...]
\ No newline at end of file