An open API service indexing awesome lists of open source software.

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

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)