You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a system to input data into a function, run the function, and have the output be saved as an asset on CO2.Storage.
The UI should look like the image below, with the following features:
In this version, we only support bacalhau as the back end
The function contains the following information: (input type, URL of a docker image, output type)
Open question: what is the type of bacalhau output?
You can click on the function myFn and a pop-up appears, allowing you to search for functions. This popup should let you select a different index chain if you want to, and text search to find the right function
If the new function does not have the same input data type, the data myData is cleared
You can click on the data myData and a pop-up appears, allowing you to search for data similar to the function search
When you click the "play" button, the job is run. The output is saved as a new asset.
After the job is run, the pipeline (inout data, function, output data) is saved. You can sign it and add provenance information if you choose to.
The text was updated successfully, but these errors were encountered:
We need a system to input data into a function, run the function, and have the output be saved as an asset on CO2.Storage.
The UI should look like the image below, with the following features:
The text was updated successfully, but these errors were encountered: