{"id":15035873,"url":"https://github.com/flowci/flow-core-x","last_synced_at":"2025-05-14T13:05:47.755Z","repository":{"id":39163863,"uuid":"90118631","full_name":"FlowCI/flow-core-x","owner":"FlowCI","description":"Powerful and user-friendly CI/CD server with high availability, parallel processing, runner auto-scaling ","archived":false,"fork":false,"pushed_at":"2025-04-06T18:53:48.000Z","size":8553,"stargazers_count":1614,"open_issues_count":9,"forks_count":120,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-04-20T15:48:05.632Z","etag":null,"topics":["build-automation","build-pipelines","ci","ci-cd","continuous-integration","devops","docker","java"],"latest_commit_sha":null,"homepage":"https://flowci.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/FlowCI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2017-05-03T07:03:17.000Z","updated_at":"2025-03-23T18:36:23.000Z","dependencies_parsed_at":"2023-02-06T09:16:10.856Z","dependency_job_id":"1ed57e76-ab4b-478a-ad98-29376a4e708e","html_url":"https://github.com/FlowCI/flow-core-x","commit_stats":{"total_commits":2294,"total_committers":10,"mean_commits":229.4,"dds":0.6691368788142982,"last_synced_commit":"df5cdacae514859094b0b4098aae35637df250a9"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowCI%2Fflow-core-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowCI%2Fflow-core-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowCI%2Fflow-core-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowCI%2Fflow-core-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowCI","download_url":"https://codeload.github.com/FlowCI/flow-core-x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149949,"owners_count":22022851,"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":["build-automation","build-pipelines","ci","ci-cd","continuous-integration","devops","docker","java"],"created_at":"2024-09-24T20:29:39.918Z","updated_at":"2025-05-14T13:05:47.706Z","avatar_url":"https://github.com/FlowCI.png","language":"Java","readme":"\u003ch3 align=\"center\"\u003e\n  \u003ca href=\"https://flowci.github.io\"\u003e\n    \u003cimg src=\"https://github.com/FlowCI/docs/raw/master/_images/logo.png\" alt=\"Logo\" width=\"100\"\u003e\n  \u003c/a\u003e\n\u003c/h3\u003e\n\n\u003ch3 align=\"center\"\u003eA Simple \u0026 Powerful CI/CD Server\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/FlowCI/docs/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/flowci/flow-core-x\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/FlowCI/flow-core-x/releases/\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/flowci/flow-core-x\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/FlowCI\"\u003e\u003cimg alt=\"GitHub Org's stars\" src=\"https://img.shields.io/github/stars/flowci\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://hub.docker.com/u/flowci\"\u003e\u003cimg alt=\"Docker Pulls\" src=\"https://img.shields.io/docker/pulls/flowci/core\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c/div\u003e\n\n## What is flow.ci?\n\nflow.ci is an open-source CI/CD automation server that designed for setting up a self-hosted CI/CD service with the easiest, fastest and most painless way. It supports high availability, multiple building environment, and scalability with dynamic agents.\n\n- __High Availability__\n\n  flow.ci is designed to work in the cloud -- public, private, or hybrid, it could be deployed with multiple instances, the configuration/jobs data on the node may not be lost when the instance fails.\n\n\n- __High Performance__\n\n  - __scaling__: auto scaling agents either on K8s cluster or Linux host\n  - __parallel__: job steps can be executed in parallel on multiple agents\n  - __cache__: cache anything to speed up the build\n\n\n- __Zero Configuration__\n\n  flow.ci tries to minimize the complexity of any configuration, the server could be started with three command lines. It also provides build templates of many programming languages, a job could be started just using it.\n\n\n- __Online Debugging__\n\n  flow.ci supports the online TTY terminal so that you could find out the problems in the running job from runtime terminal.\n\n\n- __Flexible Plugins__\n\n  Using plugins on flow.ci is quite simple, you just need type the plugin name in the step. Developing a plugin is also quite easy, you could use any language on your own plugin development.\n\n\n- __Flexible Runtime__\n\n  Each step or step group can be run either on any docker images or native os.\n\n## Quick start\n\n\u003e [Docker](https://docs.docker.com/install/) \u0026 [Docker-Compose](https://docs.docker.com/compose/install/) are required\n\n```bash\ngit clone https://github.com/FlowCI/docker.git flow-docker\ncd flow-docker\n./server.sh start\n```\n\n## Documentation\n\n+ [English](https://flowci.github.io/#/en/)\n+ [中文文档](https://flowci.github.io/#/cn/)\n\nNeed Help? submit issue from [here](https://github.com/FlowCI/docs/issues) or send email to `flowci@foxmail.com`\n\n\n## Templates\n\n[maven, npm, golang, ruby, android and more](https://github.com/FlowCI/templates)\n\n\n## Architecture\n\n![architecture](https://github.com/FlowCI/docs/raw/master/_images/architecture.png)\n\n## Preview\n\n![demo](https://github.com/FlowCI/docs/raw/master/_images/demo.gif)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowci%2Fflow-core-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowci%2Fflow-core-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowci%2Fflow-core-x/lists"}