# dataflux-func **Repository Path**: dataflux/dataflux-func ## Basic Information - **Project Name**: dataflux-func - **Description**: DataFlux Func 是一个基于Python 的类ServerLess 的脚本开发、管理及执行平台 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: dev - **Homepage**: https://func.guance.com - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 3 - **Created**: 2021-01-08 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataFlux Func DataFlux Func is a platform for developing, managing, executing Python scripts. > `DataFlux Func` is pronounced as "data flux function". Sometimes abbreviated as `DFF` in the system。 DataFlux Func, formerly a computing component under [Guance](https://guance.com/), 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. ## Related Docs For documentations on DataFlux Func, please refer to the following links. - [Official Site](https://func.guance.com) - [Quick Start](https://func.guance.com/doc/quick-start/) - [Deployment and Maintenance Guide](https://func.guance.com/doc/maintenance-guide-requirement/) - [Development Guide](https://func.guance.com/doc/development-guide-basic/) - [Documentation Library](https://func.guance.com/doc/) - [Guance Official Site](https://guance.com/) ## Announcement 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. ## LICENSE [AGPL v3](LICENSE)