diff --git a/README.md b/README.md index 4c068fab..62f66c9e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Twitter · - - Slack + + Discord

@@ -35,17 +35,25 @@

-![intro](docs/1.intro.png) +![intro](docs/architecture.png) [中文介绍](README.zh-CN.md) +**Discord:** https://discord.gg/nsKmCXwvxU + +**Documentation:** https://yaoapps.com/en-US/doc + ## Demo ### Customer Relationship Management System A Customer Relationship Management System developed by Yao. -[https://demo-crm.yaoapps.com](https://demo-crm.yaoapps.com/xiang/login/admin?autoLogin=true) +DEMO: [View Demo](https://demo-crm.yaoapps.com/xiang/login/admin?autoLogin=true) + +SOURCE: [https://github.com/YaoApp/demo-crm](https://github.com/YaoApp/demo-crm) + +INFRA: https://letsinfra.com/openapp/crm ### Intelligent warehouse management system @@ -55,7 +63,7 @@ An example of cloud + edge IoT application, an unattended intelligent warehouse ## Introduce -**Yao allows developers to create web services by processes.** Yao is a low-code engine that creates a database model, writes API services, and describes dashboard interface just by JSON for web & hardware, no code, and 10x productivity. +**Yao allows developers to create web services by processes.** Yao is a app engine that creates a database model, writes API services, and describes dashboard interface just by JSON for web & hardware, and 10x productivity. Yao is based on the **flow-based** programming idea, developed in the **Go** language, and supports multiple ways to expand the data stream processor. This makes Yao extremely versatile, which can replace programming languages ​​in most scenarios, and is 10 times more efficient than traditional programming languages ​​in terms of reusability and coding efficiency; application performance and resource ratio Better than **PHP**, **JAVA** and other languages. @@ -69,7 +77,7 @@ Run the script under terminal: (MacOS/Linux) curl -fsSL https://website.yaoapps.com/install.sh | bash ``` -For Windows users, please refer to the Installation and Debugging chapter: [Installation and debugging](https://yaoapps.com/en-US/doc/a.Introduction/b.Install) +For Windows users, please refer to the Installation and Debugging chapter: [Installation and debugging](https://yaoapps.com/en-US/doc/Introduction/Install) ## Getting Started @@ -121,4 +129,4 @@ yao start ## About Yao -Yao's name is derived from the Chinese character **yao (yáo)**, the basic symbol that makes up the Eight Trigrams. The Eight Trigrams is a symbol system created by the ancient god Fuxi after observing and summarizing the laws of nature, which can refer to everything. Yao has two states of yin and yang, like 0 and 1. The transformation of yin and yang of Yao drives the replacement of Eight Trigrams, so as to summarize and record the development law of things. +Yao's name is derived from the Chinese character **爻 (yáo)**, the basic symbol that makes up the Eight Trigrams. The Eight Trigrams is a symbol system created by the ancient god Fuxi after observing and summarizing the laws of nature, which can refer to everything. Yao has two states of yin and yang, like 0 and 1. The transformation of yin and yang of Yao drives the replacement of Eight Trigrams, so as to summarize and record the development law of things. diff --git a/README.zh-CN.md b/README.zh-CN.md index 207319c2..41d719b2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,7 +5,7 @@ ![intro](docs/1.intro.png) -Yao 是一款支持快速创建 Web 服务和管理后台的开源低代码应用引擎。 +YAO 是一款开源应用引擎,使用 Golang 编写,以一个命令行工具的形式存在, 下载即用。适合用于开发业务系统、网站/APP API 接口、管理后台、自建低代码平台等。 [English](README.md) @@ -13,23 +13,33 @@ Yao 是一款支持快速创建 Web 服务和管理后台的开源低代码应 文档: [https://yaoapps.com/doc](https://yaoapps.com/doc) +微信群: 添加微信 17192175099 备注(开发交流) + ## 演示 ### 客户管理系统 使用 Yao 搭建的一套通用 CRM 管理系统。 -[https://demo-crm.yaoapps.com](https://demo-crm.yaoapps.com/xiang/login/admin?autoLogin=true) +演示: [查看演示](https://demo-crm.yaoapps.com/xiang/login/admin?autoLogin=true) + +源码: https://github.com/YaoApp/demo-crm + +Infra 一键部署: https://letsinfra.com/openapp/crm ### 智能仓库管理系统 使用 Yao 搭建的云+边物联网应用,支持人脸识别、RFID 的无人值守智能仓库管理系统。 -[https://demo-wms.yaoapps.com](https://demo-crm.yaoapps.com/xiang/login/admin?autoLogin=true) +演示: [查看演示](https://demo-crm.yaoapps.com/xiang/login/admin?autoLogin=true) + +源码: https://github.com/YaoApp/yao-wms + +Infra 一键部署: https://letsinfra.com/openapp/wms ## 介绍 -Yao 是一个只需使用 JSON 即可创建数据库模型、编写 API 接口、描述管理后台界面的低代码引擎,使用 Yao 构建的应用可运行在云端或物联网设备上。 开发者不需要写一行代码,就可以拥有 10 倍生产力。 +Yao 是一个只需使用 JSON 即可创建数据库模型、编写 API 接口、描述管理后台界面的应用引擎,使用 Yao 构建的应用可运行在云端或物联网设备上。 开发者不需要写一行代码,就可以拥有 10 倍生产力。 Yao 基于 **flow-based** 编程思想,采用 **Go** 语言开发,支持多种方式扩展数据流处理器。这使得 Yao 具有极好的**通用性**,大部分场景下可以代替编程语言, 在复用性和编码效率上是传统编程语言的 **10 倍**;应用性能和资源占比上优于 **PHP**, **JAVA** 等语言。 diff --git a/docs/architecture.png b/docs/architecture.png new file mode 100644 index 00000000..841fd5ca Binary files /dev/null and b/docs/architecture.png differ