▶️ EDIT
Main Content Area
This is the file created by the pdm tool to manage your Python dependencies.
The source code of your app Manager
The source code of your app Worker
The .gitignore filter that will be used when exporting your project
The list of parameters for your app:
[args]
The default value for your app parameters.
Example :
data_source = "file"
path = "/home/pcm/data/flight"
output_format = "parquet"
[views]
The list of views available for your app:
Example:
view_module = [ "barycentric_graph", "maps", "autoencoder_latentspace",]
[barycentric_graph]
The columns of the dataset you want to use for your view:
Example:
variables = [ "rssi", "beam", "flight_serial",]
[cluster]
The default value for the settings of the cluster:
Example:
verbose = true
cython = false
workers_enabled = true
rapids = true
pool = false
[cluster.workers]
The default value for your workers.
This is a list of IP addresses with the number of workers per address:
"127.0.0.1" = 2
The Streamlit code to customize your app parameter GUI. This file is optional as it requires a Streamlit background. If omitted, then a generic UI will be used.
The ChatGPT pre-prompt that will be used to generate your transform Python snippet.
Support
Email: focus@thalesgroup.com