https://github.com/guancecloud/dataflux-func
DataFlux Func is a platform for developing, managing, executing Python scripts
https://github.com/guancecloud/dataflux-func
dataflux python serverless
Last synced: 12 months ago
JSON representation
DataFlux Func is a platform for developing, managing, executing Python scripts
- Host: GitHub
- URL: https://github.com/guancecloud/dataflux-func
- Owner: GuanceCloud
- License: agpl-3.0
- Created: 2021-01-08T10:12:17.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-12T18:11:49.000Z (about 1 year ago)
- Last Synced: 2025-03-29T11:09:16.462Z (12 months ago)
- Topics: dataflux, python, serverless
- Language: Vue
- Homepage: https://func.guance.com
- Size: 83.1 MB
- Stars: 197
- Watchers: 8
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE_LOG.md
- License: LICENSE
Awesome Lists containing this project
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)