Skip to content

Commit

Permalink
update readme overview
Browse files Browse the repository at this point in the history
  • Loading branch information
axb committed Dec 1, 2023
1 parent b8b8979 commit e9ea663
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

## Overview

Rill Flow is a high-performance and scalable distributed workflow orchestration service, originally designed to tackle the complexities and high concurrency demands of video processing workflows in the Weibo video business context. Key features of Rill Flow include user-friendliness, high concurrency, and low latency, which are essential for efficient task management. Currently, Rill Flow is extensively utilized in Weibo's video publishing and transcoding operations, handling tens of millions of tasks daily and supporting core processes of the video services.
Rill Flow is a high-performance, scalable distributed workflow orchestration service with the following core features:

Additionally, with the widespread adoption of Large Language Models (LLMs), Rill Flow has undergone optimizations based on cloud-native architecture and adapted for LLMs through plugin integration. This enhancement significantly improves scalability, enabling swift support for AI-generated content (AIGC) workflow integration.
- High performance: Supports the execution of tens of millions of tasks per day, with task execution latency less than 100ms
- Distributed: Supports the orchestration and scheduling of heterogeneous distributed systems
- Ease to use: supports visual process orchestration and plug-in access
- Cloud native: Supports cloud native container deployment and cloud native function orchestration
- AIGC: supports rapid integration of LLM model services

## QuickStart

### Tool Preparation
### Environment Preparation

Before you begin, ensure that the following tools are installed:

Expand Down Expand Up @@ -105,7 +109,7 @@ curl -XPOST 'http://127.0.0.1:8080/flow/submit.json?descriptor_id=rillFlowSimple

- Step 3:Query the task execution results

Query the execution details via the Rill Flow management console.(admin/admin)
Query the execution details via the Rill Flow UI.(admin/admin)

```curl
http://127.0.0.1:8088/#/flow-instance/list
Expand Down
8 changes: 6 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

## 概述

Rill Flow是一款高性能且可扩展的分布式流程编排服务。它最初设计用于解决微博视频业务场景中复杂流程的编排和大量任务的并发执行问题。因此,易用性、高并发和低延时是Rill Flow的核心特性。目前,Rill Flow已在微博的视频发布和转码业务中得到广泛应用,每天处理的任务量达到千万级别,支撑了微博视频业务的关键流程。
Rill Flow是一款高性能、可扩展的分布式流程编排服务,具备以下核心特性:

此外,随着大型语言模型(LLM)的广泛应用,Rill Flow进行了基于云原生架构的优化,并对LLM进行了插件化适配,从而进一步提升了其可扩展性。这使得Rill Flow能够快速支持AI生成内容(AIGC)流程的编排接入。
- 高性能: 日支持千万级任务执行,执行延迟低于100ms
- 分布式: 支持异构分布式系统的编排调度
- 易用性: 支持可视化流程编排、插件化接入
- 云原生: 支持云原生容器化部署及云原生函数编排
- AIGC: 支持对LLM模型服务的快速集成

## 快速开始

Expand Down

0 comments on commit e9ea663

Please sign in to comment.