DataFlux Func 是一个用于 Python 脚本开发、管理、执行的平台。
DataFlux Func
读作"data flux function"。在系统内有时会缩写为DFF
。
DataFlux Func 前身为 观测云 下属的一个计算组件,目前已成为可独立运行的系统。
本系统主要分为 2 个部分:
- Server:使用 Node.js + Express 构建,主要提供 Web UI 服务、对外 API 接口
- Worker:使用 Python3 构建,主要提供 Python 脚本的执行环境(内含 Beat 模块)
目前 DataFlux Func 正在快速开发过程中,我们建议始终安装最新版使用,因此暂不提供历史版本。
有关 DataFlux Func 的相关文档请参考以下链接:
由于部分第三方包的 .travis.yml
和 .coveralls.yml
文件中包含了 repo_token
内容,无法通过部分客户的安全扫描。
因此,在构建 docker 镜像时,我们删除了这些文件。
DataFlux Func is a platform for developing, managing, executing Python scripts.
DataFlux Func
is pronounced as "data flux function". Sometimes abbreviated asDFF
in the system。
DataFlux Func, formerly a computing component under Guance, is now a stand-alone system.
The system is divided into 2 main parts.
- Server: built with Node.js + Express, mainly providing Web UI services and API interface
- Worker: built with Python3, mainly providing the execution environment of Python scripts (including Beat module)
As DataFlux Func is currently under rapid development, we recommend always installing the latest version and therefore do not provide historical versions at this time.
For documentations on DataFlux Func, please refer to the following links.
- Official Site
- Quick Start
- Deployment and Maintenance Guide
- Development Guide
- Documentation Library
- Guance Official Site
Due to the repo_token
content contained in the .travis.yml
and .coveralls.yml
files of some third-party packages, they cannot pass the security scans of some customers.
Therefore, we remove these files when building the docker image.