当前位置: 首页 > 软件库 > 云计算 > >

flow-core-x

授权协议 Apache-2.0 License
开发语言 Java
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 郑功
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

A Simple & Powerful CI/CD Server

English | 简体中文

What is flow.ci?

flow.ci is an open-source CI/CD automation server that designed for reducing the complexity and increasing user experience. It supports high availability, multiple building environment, and scalability with dynamic agents.

  • High Availability

    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.

  • High Performance

    • scaling: automatically scale agent either on K8s cluster or Linux host
    • parallel: job steps can be executed in parallel on multiple agents
    • cache: cache anything to speed up the build
  • Zero Configuration

    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.

  • Online Debugging

    flow.ci supports the online TTY terminal so that you could find out the problems in the running job from runtime terminal.

  • Flexible Plugins

    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.

  • Flexible Runtime

    Each step or step group can be run either on any docker images or native os.

Quick start

Docker & Docker-Compose are required

git clone https://github.com/FlowCI/docker.git flow-docker
cd flow-docker
./server.sh start

Documentation

Need Help? submit issue from here or send email to flowci@foxmail.com

Templates

maven, npm, golang, ruby, android and more

Architecture

Preview

  • Ref: http://vision.middlebury.edu/flow/code/flow-code/README.txt http://www.it1352.com/481373.html http://www.open-open.com/lib/view/open1453163505917.html http://blog.csdn.net/junmuzi/article/details

  • #coding:utf -8 import os os.environ["CUDA_VISIBLE_DEVICES"] = "0" from PIL import Image import numpy as np import math from numba import jit import cv2 import time import glob from sklearn.preprocessi

  • 题面 FJ给他的牛棚的N(2≤N≤50,000)个隔间之间安装了N-1根管道,隔间编号从1到N。所有隔间都被管道连通了。 FJ有K(1≤K≤100,000)条运输牛奶的路线,第i条路线从隔间si运输到隔间ti。一条运输路线会给它的两个端点处的隔间以及中间途径的所有隔间带来一个单位的运输压力,你需要计算压力最大的隔间的压力是多少。 分析 树上点差分模板。 代码 #include<bits/stdc+

  • 无论通过哪种,都是实现公网访问。 内网映射 内网 package 部署的服务器,通过映射提供公网访问入口。 程序需重新安装,一次 package 。 外网部署 将 package 直接部署的公网服务器上。

  • FlowCharting: Flowcharting是借助于drawio(类似viso的开源绘图工具)来实现动态可感知的网络拓扑 美图的应用:https://dbaplus.cn/news-134-3552-1.html

 相关资料
  • If you come to JavaScript from other programming languages you are familiar with types. You have types in JavaScript too, but you do not have to specify these types when declaring variables, receiving

  • Flow 是 Facebook 出品的一个用于 JavaScript 代码的静态类型检查工具。用于找出 JavaScript 代码中的类型错误。Flow 采用 OCaml 语言开发。

  • 本文向大家介绍GitHub Flow ,包括了GitHub Flow 的使用技巧和注意事项,需要的朋友参考一下 示例 在许多开源项目中很受欢迎,但不仅如此。 特定位置(Github,Gitlab,Bitbucket,本地服务器)的主分支包含最新的可移植版本。对于每个新功能/错误修复/体系结构更改,每个开发人员都会创建一个分支。 更改发生在该分支上,可以在拉取请求,代码审查等中进行讨论。一旦接受更改

  • Note: Functions taking Tensor arguments can also take anything accepted by tf.convert_to_tensor. Contents Control Flow Control Flow Operations tf.identity(input, name=None) tf.tuple(tensors, name=None

  • Data Flow 只是一种应用架构的方式,比如数据如何存放,如何更改数据,如何通知数据更改等等,所以它不是 React 提供的额外的什么新功能,可以看成是使用 React 构建大型应用的一种最佳实践。 正因为它是这样一种概念,所以涌现了许多实现,这里主要关注两种实现: 官方的 Flux 更优雅的 Redux

  • Introduction Generating the documentation for a project involves a fair number of steps but can be best summarized with the following Activity Diagram: This three step process enables phpDocumentor to