- Notifications
You must be signed in to change notification settings - Fork48
Rill Flow is a high-performance, scalable workflow orchestration engine for distributed workloads and LLMs
License
weibocom/rill-flow
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rill Flow is a high-performance, scalable distributed workflow orchestration service with the following core features:
- 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
Live Demo (sandbox/sandbox)
Before you begin, ensure that the following tools are installed:
- Environment suitable for OSX/Linux
- Docker
- Docker-Compose
Install Rill Flow services on your local environment using Docker-Compose:
git clone https://github.com/weibocom/rill-flow.git
Enter the Docker directory of the Rill-Flow source code and execute the one-click start command:
cd rill-flow/dockerdocker-compose up -d
If your system has Docker Compose V2 installed instead of V1, please use docker compose instead of docker-compose. Check if this is the case by running docker compose version. Read more informationhere.
To check the status of Rill Flow, please execute the following command:
docker-compose ps
Here is the expected output:
Name Command State Ports------------------------------------------------------------------------------------------------------------------------------------------------------------rill-flow-mysql docker-entrypoint.sh --bin ... Up 0.0.0.0:3306->3306/tcp, 33060/tcprillflow_cache_1 docker-entrypoint.sh redis ... Up 6379/tcprillflow_jaeger_1 /go/bin/all-in-one-linux Up 14250/tcp, 14268/tcp, 0.0.0.0:16686->16686/tcp, 5775/udp, 5778/tcp, 6831/udp, 6832/udprillflow_rill-flow_1 catalina.sh run Up 0.0.0.0:8080->8080/tcprillflow_sample-executor_1 uvicorn main:app --host 0. ... Uprillflow_ui_1 /docker-entrypoint.sh /bin ... Up 0.0.0.0:80->80/tcp
If your actual output matches the expected output, it means that Rill Flow has been successfully installed.
After the command is successfully executed, you can access the Rill Flow management background athttp://localhost (admin/admin). If the server is deployed, use the server IP address for access (port 80 by default).
- Step 1: Open the Rill Flow management background, click the 'Flow Definition' menu, enter the 'Flow Definition List' page, click the 'Create' button
- Step 2: After entering the 'Flow Graph Edit' page, open the 'one-click import' switch, copy the following yaml file content into the text box, click the 'Submit' button, you can submit a simple flowchart.
version:1.0.0workspace:rillFlowSimpledagName:greetalias:releasetype:flowinputSchema:>- [{"required":true,"name":"Bob","type":"String"},{"required":true,"name":"Alice","type":"String"}]tasks: -category:functionname:BobresourceName:http://sample-executor:8000/greet.json?user=Bobpattern:task_synctolerance:falsenext:AliceinputMappings: -source:"$.context.Bob"target:"$.input.Bob" -category:functionname:AliceresourceName:http://sample-executor:8000/greet.json?user=Alicepattern:task_synctolerance:falseinputMappings: -source:"$.context.Alice"target:"$.input.Alice"
- Step 3: Submit the flow graph to execute the task
Click the 'Test' button, fill in the required parameters, and click the 'Submit' button.
- Step 4: Viewing the execution ResultClick the 'Submit' button in the previous step and you will automatically jump to the execution details page. You can view the execution status and details by clicking the 'Execution Records' button.
More instructions on viewing results can be found inExecution Status
The following are contributors to the project along with their GitHub links:
- axb (@qdaxb)Maintainer
- techlog (@techloghub)Maintainer
- ch15084 (@ch15084)Maintainer
- Ocean (@hhh041)
- xilong-t (@xilong-t)
- qfl (@qiaofenlin)
- Kylen (@Kylen)
- zzfzzf (@zzfzzf)
- feifei (@feifei325)
- moqimoqidea (@moqimoqidea)
- Guo, Jiansheng (@guojiansheng0925)
Rill Flow is an open-source project under theApache License 2.0.
About
Rill Flow is a high-performance, scalable workflow orchestration engine for distributed workloads and LLMs
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.