Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
FlowUI is an open source workflow management platform, containing:
Per Platform:
Shared workflow data could be stored in a remote source (e.g. S3 bucket) or locally (for dev and tests only).
/shared_storage
..../{dag-id}
......../{run-id}
............/{task-id}
................/results
..................../log.txt
..................../result.npy
..................../result.html
................/report
................/xcom_out
..................../xcom_out.json
Each Operator will have:
operator.py
file with the source code to be executed, as the operator_function()
models.py
file containing the Pydantic models that define the input, output and secrets for the Operatormetadata.json
file containing the Operators metadata, including frontend node styleEach dependency group from an Operators repository will build an independent Docker image. This dependency group image has the following basic file struture within /home
:
# This path holds the source code from the Operators repository, it comes built in the Image
/operators_repository
..../config.toml
..../operators
......../{OPERATOR-NAME}
............/metadata.json # OPTIONAL
............/model.py # REQUIRED
............/operator.py # REQUIRED
..../.flowui
......../dependencies_map.json
......../compiled_metadata.json
..../dependencies
......../requirements.txt # If dependency group was defined with a requirements.txt file
FAQs
FlowUI project
We found that flowui-project demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.