{"id":19655494,"url":"https://github.com/weibocom/rill-flow","last_synced_at":"2025-05-15T23:06:53.069Z","repository":{"id":205237378,"uuid":"713696364","full_name":"weibocom/rill-flow","owner":"weibocom","description":" Rill Flow is a high-performance, scalable workflow orchestration engine for distributed workloads and LLMs","archived":false,"fork":false,"pushed_at":"2025-02-25T03:52:51.000Z","size":18305,"stargazers_count":385,"open_issues_count":6,"forks_count":47,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-08T04:33:04.726Z","etag":null,"topics":["agent","ai","backend-as-a-service","cloud-native","dag","job-scheduler","llm","orchestration","task-scheduler","workflow"],"latest_commit_sha":null,"homepage":"https://rill-flow.github.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weibocom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-03T03:46:01.000Z","updated_at":"2025-04-29T08:56:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"2661916d-1111-4170-8add-bc3768b7fb42","html_url":"https://github.com/weibocom/rill-flow","commit_stats":{"total_commits":103,"total_committers":13,"mean_commits":7.923076923076923,"dds":0.7475728155339806,"last_synced_commit":"f40e7324fb3676e3735a7c4e6985e1def81ccde2"},"previous_names":["weibocom/rill-flow"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibocom%2Frill-flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibocom%2Frill-flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibocom%2Frill-flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibocom%2Frill-flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weibocom","download_url":"https://codeload.github.com/weibocom/rill-flow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436947,"owners_count":22070947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai","backend-as-a-service","cloud-native","dag","job-scheduler","llm","orchestration","task-scheduler","workflow"],"created_at":"2024-11-11T15:21:45.500Z","updated_at":"2025-05-15T23:06:47.529Z","avatar_url":"https://github.com/weibocom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rill Flow\n\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) ![codecov](https://codecov.io/gh/weibocom/rill-flow/branch/main/graph/badge.svg) [![CN doc](https://img.shields.io/badge/document-中文-blue.svg)](README_zh_CN.md)\n\n## Overview\n\nRill Flow is a high-performance, scalable distributed workflow orchestration service with the following core features:\n\n- High performance: Supports the execution of tens of millions of tasks per day, with task execution latency less than 100ms\n- Distributed: Supports the orchestration and scheduling of heterogeneous distributed systems\n- Ease to use: supports visual process orchestration and plug-in access\n- Cloud native: Supports cloud native container deployment and cloud native function orchestration\n- AIGC: supports rapid integration of LLM model services\n\n## Demo\n[Live Demo](https://rill-flow.cloud) (sandbox/sandbox)\n\n## QuickStart\n\n### Environment Preparation\n\nBefore you begin, ensure that the following tools are installed:\n\n- Environment suitable for OSX/Linux\n- [Docker](https://docs.docker.com/engine/install/)\n- [Docker-Compose](https://docs.docker.com/compose/install/)\n\n### Service Deployment\nInstall Rill Flow services on your local environment using Docker-Compose:\n\n#### Download the Rill-Flow source code.\n```shell\ngit clone https://github.com/weibocom/rill-flow.git\n```\n\n#### Start the service.\nEnter the Docker directory of the Rill-Flow source code and execute the one-click start command:\n\n```shell\ncd rill-flow/docker\ndocker-compose up -d\n```\n\u003e 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 information [here](https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command).\n\n### Verify the installation.\n\nTo check the status of Rill Flow, please execute the following command:\n\n```shell\ndocker-compose ps\n```\n\nHere is the expected output:\n\n```txt\n           Name                         Command               State                                           Ports\n------------------------------------------------------------------------------------------------------------------------------------------------------------\nrill-flow-mysql              docker-entrypoint.sh --bin ...   Up      0.0.0.0:3306-\u003e3306/tcp, 33060/tcp\nrillflow_cache_1             docker-entrypoint.sh redis ...   Up      6379/tcp\nrillflow_jaeger_1            /go/bin/all-in-one-linux         Up      14250/tcp, 14268/tcp, 0.0.0.0:16686-\u003e16686/tcp, 5775/udp, 5778/tcp, 6831/udp, 6832/udp\nrillflow_rill-flow_1         catalina.sh run                  Up      0.0.0.0:8080-\u003e8080/tcp\nrillflow_sample-executor_1   uvicorn main:app --host 0. ...   Up\nrillflow_ui_1                /docker-entrypoint.sh /bin ...   Up      0.0.0.0:80-\u003e80/tcp\n```\n\nIf your actual output matches the expected output, it means that Rill Flow has been successfully installed.\n\n### Access the Rill Flow administration background\n\nAfter the command is successfully executed, you can access the Rill Flow management background at http://localhost (admin/admin). If the server is deployed, use the server IP address for access (port 80 by default).\n\n### Execution Example\n\n- Step 1: Open the Rill Flow management background, click the 'Flow Definition' menu, enter the 'Flow Definition List' page, click the 'Create' button\n- 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.\n```yaml\nversion: 1.0.0\nworkspace: rillFlowSimple\ndagName: greet\nalias: release\ntype: flow\ninputSchema: \u003e-\n  [{\"required\":true,\"name\":\"Bob\",\"type\":\"String\"},{\"required\":true,\"name\":\"Alice\",\"type\":\"String\"}]\ntasks:\n  - category: function\n    name: Bob\n    resourceName: http://sample-executor:8000/greet.json?user=Bob\n    pattern: task_sync\n    tolerance: false\n    next: Alice\n    inputMappings:\n      - source: \"$.context.Bob\"\n        target: \"$.input.Bob\"\n  - category: function\n    name: Alice\n    resourceName: http://sample-executor:8000/greet.json?user=Alice\n    pattern: task_sync\n    tolerance: false\n    inputMappings:\n      - source: \"$.context.Alice\"\n        target: \"$.input.Alice\"\n```\n\n\n- Step 3: Submit the flow graph to execute the task\n\nClick the 'Test' button, fill in the required parameters, and click the 'Submit' button.\n\n- Step 4: Viewing the execution Result\n  Click 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.\n\n\u003e More instructions on viewing results can be found in [Execution Status](../user-guide/04-execution/03-status.md)\n\n![preview](https://rill-flow.github.io/img/flow_sample.jpg)\n\n## Document\n\n- [Document](https://rill-flow.github.io/en/docs/intro)\n- [中文文档](https://rill-flow.github.io/docs/intro)\n\n## Contributors\n\nThe following are contributors to the project along with their GitHub links:\n\n- axb       ([@qdaxb](https://github.com/qdaxb)) *Maintainer*\n- techlog   ([@techloghub](https://github.com/techloghub)) *Maintainer*\n- ch15084   ([@ch15084](https://github.com/ch15084)) *Maintainer*\n- Ocean     ([@hhh041](https://github.com/hhh041))\n- xilong-t  ([@xilong-t](https://github.com/xilong-t))\n- qfl       ([@qiaofenlin](https://github.com/qiaofenlin))\n- Kylen     ([@Kylen](https://github.com/Kylen0714))\n- zzfzzf    ([@zzfzzf](https://github.com/zzfzzf))\n- feifei    ([@feifei325](https://github.com/feifei325))\n- moqimoqidea    ([@moqimoqidea](https://github.com/moqimoqidea))\n- Guo, Jiansheng ([@guojiansheng0925](https://github.com/guojiansheng0925))\n\n## License\n\nRill Flow is an open-source project under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweibocom%2Frill-flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweibocom%2Frill-flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweibocom%2Frill-flow/lists"}