Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Wasmedge | 6,072 | 5 | 20 hours ago | 6 | September 01, 2022 | 340 | apache-2.0 | C++ | ||
WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. | ||||||||||
Yao | 6,031 | 2 days ago | 10 | August 28, 2022 | 69 | apache-2.0 | Go | |||
:rocket: A performance app engine to create web services and applications in minutes.Suitable for AI, IoT, Industrial Internet, Connected Vehicles, DevOps, Energy, Finance and many other use-cases. | ||||||||||
Pai | 2,503 | 6 months ago | 55 | July 15, 2021 | 281 | mit | JavaScript | |||
Resource scheduling and cluster management for AI | ||||||||||
Computer Science Resources | 2,096 | 8 days ago | 5 | |||||||
A list of resources in different fields of Computer Science | ||||||||||
Enterprise | 1,568 | a month ago | 35 | JavaScript | ||||||
🦄 The Enterprise™ programming language | ||||||||||
Cloudml Samples | 1,453 | a year ago | apache-2.0 | Python | ||||||
Cloud ML Engine repo. Please visit the new Vertex AI samples repo at https://github.com/GoogleCloudPlatform/vertex-ai-samples | ||||||||||
Services | 1,189 | 7 | 9 days ago | 292 | May 30, 2022 | 44 | apache-2.0 | Go | ||
Real World Micro Services | ||||||||||
Deep Learning In Production | 949 | a month ago | 1 | Jupyter Notebook | ||||||
Build, train, deploy, scale and maintain deep learning models. Understand ML infrastructure and MLOps using hands-on examples. | ||||||||||
Model_server | 570 | 21 hours ago | 2 | March 25, 2022 | 23 | apache-2.0 | C++ | |||
A scalable inference server for models optimized with OpenVINO™ | ||||||||||
Deep Learning In Cloud | 540 | 3 months ago | mit | |||||||
List of Deep Learning Cloud Providers |
https://github.com/YaoApp/yao/assets/1842210/6b23ac89-ef6e-4c24-874f-753a98370dec
(English version coming soon)
YAO is an open-source application engine, written in Golang, in the form of a command-line tool that can be downloaded and used immediately. It is suitable for developing business systems, website/APP API, admin panel, self-built low-code platforms, etc.
YAO adopts a flow-based programming model to implement various functions by writing YAO DSL (Logical Description in JSON format) or using JavaScript to write processes. The YAO DSL can be written in several ways:
Purely hand-written
Use automated scripts to generate contextual logic
Use the visual editor to create by "drag and drop"
Documentation: https://yaoapps.com/en-US/doc
Applications developed with YAO
Application | Description | Repository |
---|---|---|
yaoapp/yao-examples | Yao Examples | YaoApp/yao-examples |
yaoapp/yao-knowledge | A knowledge base application | YaoApp/yao-knowledge |
yaoapp/xgen-dev-app | A demo application | YaoApp/xgen-dev-app |
yaoapp/demo-project | A demo application for project management | yaoapp/demo-project |
yaoapp/demo-finance | A demo application for financial management | yaoapp/demo-finance |
yaoapp/demo-plm | A demo application for production project management | yaoapp/demo-plm |
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.
Yao has a built-in data management system. By writing JSON to describe the interface layout, 90% of the common interface interaction functions can be realized. It is especially suitable for quickly making various management background, CRM, ERP and other internal enterprise systems. Special interactive functions can also be implemented by writing extension components or HTML pages. The built-in management system is not coupled with Yao, and any front-end technologies such as VUE and React can be used to implement the management interface.
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
See documentation for more details.
Create a new application directory, enter the application directory, run the yao start
command, and start the installation.
mkdir -p /data/app # create project directory
cd /data/app # Enter the project directory
yao start # Start installation
Default Account
User: [email protected]
Password: A123456p+
Create a new project directory, enter the project directory, run the yao get
command, and download the application code.
mkdir -p /data/app # create project directory
cd /data/app # Enter the project directory
yao get yaoapp/demo-plm # download demo-plm
yao start # Start installation
Default Account
User: [email protected]
Password: A123456p+
Yao's name is derived from the Chinese character ** (yo)**, 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.